aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig
index 843d5d926..211eb8550 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,16 +6,7 @@ root = true
6[*] 6[*]
7end_of_line = lf 7end_of_line = lf
8charset = utf-8 8charset = utf-8
9
10[*.{yml,html}]
11indent_style = space
12indent_size = 2
13
14[{client,server,shared,scripts}/**.{ts,json,js}]
15trim_trailing_whitespace = true 9trim_trailing_whitespace = true
16insert_final_newline = true 10insert_final_newline = true
17indent_style = space
18indent_size = 2 11indent_size = 2
19 12indent_style = space
20[*.md]
21trim_trailing_whitespace = false