commit 33abcd9573155d36f8a40936d06a44704287a99b
parent b658b464ece28a21017e39f383bb4487a40816f9
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 4 Jul 2016 08:56:51 -0400
Merge pull request #734 from jplatte/patch-1
Create .editorconfig
Diffstat:
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -0,0 +1,22 @@
+# For the full list of code style requirements, see CONTRIBUTING.md
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+
+[*.{c,h,cmake,txt}]
+indent_style = tab
+indent_size = 4
+
+[*.{xml,yml}]
+indent_style = space
+indent_size = 2
+
+[config]
+indent_style = space
+indent_size = 4
+
+[*.md]
+trim_trailing_whitespace = false