summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 619c178d6ead00b5f68f60b05db4b3e4dfff90c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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