git.fiddlerwoaroof.com
Browse code

Add editorconfig and update gitignore

Ed Langley authored on 17/06/2017 16:33:30
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = space
5
+indent_size = 2
6
+end_of_line = lf
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
10
+
11
+[*.md]
12
+trim_trailing_whitespace = false
... ...
@@ -26,3 +26,7 @@ yarn-error.log*
26 26
 # TODO list
27 27
 TODO
28 28
 /dist/*
29
+.tern-port
30
+[#]*[#]
31
+:*
32
+*~