зеркало из https://github.com/Azure/aztk.git
Added editorconfig and settings
This commit is contained in:
Родитель
f334de60c7
Коммит
de32bf6590
|
@ -0,0 +1,8 @@
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
|
@ -4,6 +4,9 @@
|
|||
"build/**": true,
|
||||
"bin/**": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/__pycache__/**/*": true
|
||||
},
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceRoot}/node"
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче