There was an error while loading. Please reload this page.
1 parent 36d55b5 commit 90b23ebCopy full SHA for 90b23eb
1 file changed
.editorconfig
@@ -3,15 +3,25 @@ root = true
3
4
[*]
5
charset = utf-8
6
-indent_style = space
+end_of_line = lf
7
indent_size = 2
8
+indent_style = space
9
insert_final_newline = true
10
trim_trailing_whitespace = true
11
-[*.ts]
12
-quote_type = single
13
-ij_typescript_use_double_quotes = false
+[*.{diff,patch}]
+end_of_line = unset
14
+insert_final_newline = unset
15
+trim_trailing_whitespace = unset
16
17
[*.md]
18
max_line_length = off
19
trim_trailing_whitespace = false
20
+
21
+[*.ts]
22
+quote_type = single
23
+ij_typescript_use_double_quotes = false
24
25
+[Makefile]
26
+indent_size = 1
27
+indent_style = tab
0 commit comments