Commit c48f55d0965b0a71cd32f236702e3a1b58ec2e85

Golmote 2015-09-27T10:01:15

Added basic .editorconfig

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..bf094ab
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+insert_final_newline = false
+charset = utf-8
+indent_style = tab
+
+[tests/languages/**.test]
+end_of_line = crlf
+
+[{package.json,.travis.yml}]
+indent_style = space
+indent_size = 2
\ No newline at end of file