Commit 098bb9dfb9b229498f0def634bcada0b76b405cd

Arkadiy Shapkin 2014-09-02T21:42:45

.editorconfig added to repository

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..be59274
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+; Check http://editorconfig.org/ for more informations
+; Top-most EditorConfig file
+root = true
+
+; tab indentation
+[*]
+indent_style = tab
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+; 4-column space indentation
+[*.md]
+indent_style = space
+indent_size = 4