13 lines
118 B
INI
13 lines
118 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_size = 2
|
|
|
|
[*.feature]
|
|
indent_size = 2
|