commit e55e5cc6b488527e908e24d9379bc258acbe30d7
parent b658b464ece28a21017e39f383bb4487a40816f9
Author: Jonas Platte <mail@jonasplatte.de>
Date: Mon, 4 Jul 2016 14:08:35 +0200
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