Fixed missing whitespaces
This commit is contained in:
parent
28e5f3a10e
commit
8257751d29
@ -8,5 +8,8 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.pixy]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"files.trimTrailingWhitespace": false,
|
"files.trimTrailingWhitespace": true,
|
||||||
"tsimporter.emitSemicolon": false,
|
"tsimporter.emitSemicolon": false,
|
||||||
"tsimporter.doubleQuotes": true,
|
"tsimporter.doubleQuotes": true,
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
|
Loading…
Reference in New Issue
Block a user