UNPKG

408 BPlain TextView Raw
1# EditorConfig is awesome: https://EditorConfig.org
2
3#
4# top-most EditorConfig file
5#
6root = true
7
8#
9# Default Settings.
10#
11[*]
12indent_style = tab
13indent_size = tab
14tab_width = 4
15trim_trailing_whitespace = true
16end_of_line = lf
17insert_final_newline = true
18charset = utf-8
19
20#
21# Custom indentation for special files that we don't have control over.
22#
23[{package.json,*.yml}]
24indent_style = space
25indent_size = 2