Add .editorconfig
authorChristian Weiske <cweiske@cweiske.de>
Mon, 29 May 2017 15:15:16 +0000 (17:15 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 29 May 2017 15:15:16 +0000 (17:15 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..a4a38ca
--- /dev/null
@@ -0,0 +1,10 @@
+; http://editorconfig.org/
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true