Fix indentation

This commit is contained in:
Rafal Kupiec 2018-07-15 12:11:30 +02:00
parent 6d0e346b7d
commit 9fe3ae2221
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

14
.vscode/settings.json vendored
View File

@ -1,12 +1,12 @@
{ {
"files.autoSave": "afterDelay", "files.autoSave": "afterDelay",
"editor.renderWhitespace": "none", "editor.renderWhitespace": "none",
"editor.multiCursorModifier": "alt", "editor.multiCursorModifier": "alt",
"editor.insertSpaces": false, "editor.insertSpaces": false,
"editor.wordWrap": "off", "editor.wordWrap": "off",
"editor.accessibilitySupport": "auto", "editor.accessibilitySupport": "auto",
"editor.cursorBlinking": "smooth", "editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line", "editor.cursorStyle": "line",
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.foldingStrategy": "auto", "editor.foldingStrategy": "auto",
"scm.alwaysShowProviders": true, "scm.alwaysShowProviders": true,