mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
13 lines
229 B
INI
13 lines
229 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Tab indentation (no size specified)
|
|
[*]
|
|
indent_style = tab
|
|
|
|
[{.travis.yml,npm-shrinkwrap.json}]
|
|
indent_style = space
|
|
indent_size = 2
|