Added editor config

This commit is contained in:
DBot 2017-09-05 18:08:01 +07:00
parent cc7800b7f2
commit ac5cb3ee9e
3 changed files with 16 additions and 1 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.eol": "\n"
}