We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6795d0 commit 8335af7Copy full SHA for 8335af7
.editorconfig
@@ -0,0 +1,18 @@
1
+# Top-level EditorConfig file for Redterm project
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
10
+[*.ps1]
11
+indent_style = space
12
+indent_size = 4
13
14
+[*.md]
15
+trim_trailing_whitespace = false
16
17
+[*.{cmd,bat}]
18
+end_of_line = crlf
0 commit comments