UNPKG

533 BPlain TextView Raw
1# Editor config configuration: https://editorconfig.org/
2# Generated by rel-engage
3
4root = true
5
6[**{.js,.jsx,.ts,.tsx,.html,.hbs,.mustache,.xml,.xsl,.scss,.css,.sh,.vcl,.mk,Makefile}]
7charset = utf-8
8end_of_line = lf
9insert_final_newline = true
10trim_trailing_whitespace = true
11indent_style = tab
12
13[**{.json,.yml,.yaml}]
14charset = utf-8
15end_of_line = lf
16insert_final_newline = true
17trim_trailing_whitespace = true
18indent_size = 2
19indent_style = space
20
21[*.md]
22indent_size = unset
23indent_style = unset
24trim_trailing_whitespace = false