blob: bb63c97c9e5bf42e6b3766bd8c374f1ea403e1d4 [file] [log] [blame]
Sajjad Hasehmian26f5d9a2016-03-27 13:13:31 +04301# EditorConfig is awesome: http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6# Tab indentation
7[*]
8indent_style = tab
9indent_size = 4
10
11# The indent size used in the `package.json` file cannot be changed
12# https://github.com/npm/npm/pull/3180#issuecomment-16336516
13[{.travis.yml,npm-shrinkwrap.json,package.json}]
14indent_style = space
15indent_size = 2