summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: e271be73f7ce7bbd655e4a1a1d1945f97c32a73a (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 = 2
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