UNPKG

365 BPlain TextView Raw
1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6# Tab indentation
7[*]
8indent_style = tab
9trim_trailing_whitespace = true
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[{*.yml,*.yaml,package.json}]
14indent_style = space
15indent_size = 2