Browse code

Initial

Hagen Klemp authored on03/02/2019 23:08:50
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# editorconfig.org
4
+
5
+root = true
6
+
7
+[*]
8
+
9
+indent_style = space
10
+indent_size = 4
11
+end_of_line = lf
12
+charset = utf-8
13
+trim_trailing_whitespace = false
14
+insert_final_newline = true
15
+
16
+[*.md, *.pug]
17
+trim_trailing_whitespace = false
18
+
19
+[*.yml]
20
+indent_style = space