forked from microsoft/vscode-java-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
18 lines (14 loc) · 433 Bytes
/
.editorconfig
File metadata and controls
18 lines (14 loc) · 433 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Tab indentation
[*]
indent_style = space
indent_size = 4
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{.github/workflows/build.yml,npm-shrinkwrap.json,package.json}]
indent_size = 2
[vendor/**.js]
indent_style = space
indent_size = 2