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