]> git.mxchange.org Git - friendica.git/commitdiff
added editorconfig config file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 28 Jan 2017 06:15:57 +0000 (07:15 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 28 Jan 2017 06:15:57 +0000 (07:15 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..7692ac7
--- /dev/null
@@ -0,0 +1,10 @@
+# editorconfig tool configuration
+# see http://editorconfig.org for docs
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespaces = true
+indent_style = tab