summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: ff999c4d4a3ef63494b811471311c17fb14d9282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

# Tab indentation
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[{.travis.yml,npm-shrinkwrap.json,package.json}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab