We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf76e commit 6f5934dCopy full SHA for 6f5934d
1 file changed
.editorconfig
@@ -1,3 +1,4 @@
1
+# Editor configuration, see https://editorconfig.org
2
root = true
3
4
[*]
@@ -13,8 +14,13 @@ end_of_line = unset
13
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
0 commit comments