We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03be035 + 847bfad commit 649cd2cCopy full SHA for 649cd2c
1 file changed
.editorconfig
@@ -0,0 +1,27 @@
1
+; Top-most EditorConfig file for NetMedic.
2
+; https://editorconfig.org
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+indent_style = space
12
+indent_size = 4
13
14
+[*.{md,markdown}]
15
+trim_trailing_whitespace = false
16
17
+[*.{yml,yaml,json,toml}]
18
+indent_size = 2
19
20
+[*.{ps1,psm1}]
21
+end_of_line = crlf
22
23
+[Makefile]
24
+indent_style = tab
25
26
+[*.rb]
27
0 commit comments