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 e67eef1 commit 02e59f9Copy full SHA for 02e59f9
.editorconfig
@@ -1,4 +1,19 @@
1
+# See http://editorconfig.org/ for docs on this file
2
+
3
root = true
4
-[*.cs]
-indent_style = space
5
+[*]
6
+indent_style = space
7
8
+[*.{cs,shader,cginc}]
9
+indent_size = 4
10
+end_of_line = lf
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
14
15
+[*.{md,markdown}]
16
17
18
+# Trailing whitespace is significant in markdown
19
+trim_trailing_whitespace = false
0 commit comments