git.fiddlerwoaroof.com
Browse code

Add editorconfig

Ed Langley authored on 21/06/2019 17:35:56
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+indent_size = 2
7
+indent_style = space
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
0 10
\ No newline at end of file