Skip to content

Commit 022b04c

Browse files
author
Ephraim Härer
committed
updated editorconfig to newest version
1 parent b56182f commit 022b04c

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.editorconfig

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,37 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414

1515
# TS/JS-Files
16-
[*.{ts,js}]
16+
[*.{ts,js,mjs}]
1717
indent_size = 2
1818

1919
# JSON-Files
2020
[*.json]
2121
indent_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]
2630
max_line_length = 80
2731

2832
# YAML-Files
2933
[*.{yaml,yml}]
3034
indent_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]
3547
indent_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

0 commit comments

Comments
 (0)