16 строки
358 B
INI
16 строки
358 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# 4 space indentation
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
# 2 space indentation and utf-8 for for .travis.yml, package.json, and .json files under src
|
|
[{.travis.yml,package.json,src/**/*.json}]
|
|
indent_size = 2
|
|
charset = utf-8
|