Sajjad Hasehmian | 26f5d9a | 2016-03-27 13:13:31 +0430 | [diff] [blame] | 1 | # EditorConfig is awesome: http://EditorConfig.org |
2 | |||||
3 | # top-most EditorConfig file | ||||
4 | root = true | ||||
5 | |||||
6 | # Tab indentation | ||||
7 | [*] | ||||
8 | indent_style = tab | ||||
9 | indent_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}] | ||||
14 | indent_style = space | ||||
15 | indent_size = 2 |