Browse code

added editorconfig

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Carlos Alexandro Becker authored on 2016/10/18 20:22:12
Showing 2 changed files
... ...
@@ -9,6 +9,7 @@
9 9
 .DS_Store
10 10
 # a .bashrc may be added to customize the build environment
11 11
 .bashrc
12
+.editorconfig
12 13
 .gopath/
13 14
 .go-pkg-cache/
14 15
 autogen/
15 16
new file mode 100644
... ...
@@ -0,0 +1,13 @@
0
+root = true
1
+
2
+[*]
3
+end_of_line = lf
4
+insert_final_newline = true
5
+charset = utf-8
6
+indent_style = tab
7
+indent_size = 4
8
+trim_trailing_whitespace = true
9
+
10
+[*.md]
11
+indent_size = 2
12
+indent_style = space