File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,37 @@ insert_final_newline = true
1313trim_trailing_whitespace = true
1414
1515# TS/JS-Files
16- [* .{ts,js} ]
16+ [* .{ts,js,mjs } ]
1717indent_size = 2
1818
1919# JSON-Files
2020[* .json ]
2121indent_style = tab
2222
2323# ReST-Files
24- [* .rst ]
25- indent_size = 3
24+ [* .{rst,rst.txt} ]
25+ indent_size = 4
26+ max_line_length = 80
27+
28+ # Markdown-Files
29+ [* .md ]
2630max_line_length = 80
2731
2832# YAML-Files
2933[* .{yaml,yml} ]
3034indent_size = 2
3135
36+ # NEON-Files
37+ [* .neon ]
38+ indent_size = 2
39+ indent_style = tab
40+
41+ # stylelint
42+ [.stylelintrc ]
43+ indent_size = 2
44+
3245# package.json
33- # .travis.yml
34- [{package.json,.travis.yml} ]
46+ [package.json ]
3547indent_size = 2
3648
3749# TypoScript
@@ -49,4 +61,4 @@ indent_size = 2
4961
5062# .htaccess
5163[{_.htaccess,.htaccess} ]
52- indent_style = tab
64+ indent_style = tab
You can’t perform that action at this time.
0 commit comments