8 lines
181 B
INI
8 lines
181 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Matches the exact files either package.json or .travis.yml
|
|
[{*.yml,*.yaml,config.yml,defaults.yml}]
|
|
indent_style = space
|
|
indent_size = 2
|