summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-10-31 22:58:20 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-11-02 08:22:11 +0000
commit38934e434c6c49ffdf7492f20f7258e7c3934b49 (patch)
tree4fb6b832e23a53ed67b76e8f838d8105f0566a09 /.editorconfig
parent4554d832a7bdae8952b73b5975a391b7ef20ac6e (diff)
Replace .lvimrc with a .editorconfig.
[ci skip]
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..ae1afbde
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# http://editorconfig.org
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+
+[*.{markdown,md}]
+trim_trailing_whitespace = false
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab