Added editorconfig and settings

This commit is contained in:
Timothee Guerin 2017-07-12 12:41:15 -07:00
Родитель f334de60c7
Коммит de32bf6590
2 изменённых файлов: 11 добавлений и 0 удалений

8
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,8 @@
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
indent_size = 2

3
.vscode/settings.json поставляемый
Просмотреть файл

@ -4,6 +4,9 @@
"build/**": true,
"bin/**": true
},
"files.exclude": {
"**/__pycache__/**/*": true
},
"python.autoComplete.extraPaths": [
"${workspaceRoot}/node"
]