UNPKG

405 BPlain TextView Raw
1# editorconfig.org
2root = true
3
4# Unix-style newlines with a newline ending every file
5[*]
6indent_style = space
7indent_size = 2
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11
12[*.md]
13trim_trailing_whitespace = false
14
15[*.{html,js,ts,css,less,scss,xml,json}]
16indent_style = space
17indent_size = 2
18
19[*.yml]
20indent_style = space
21indent_size = 2
22
23[jdists]
24indent_style = space
25indent_size = 2