]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3120 from tobiasd/20170128-editor
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Jan 2017 06:34:04 +0000 (07:34 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Jan 2017 06:34:04 +0000 (07:34 +0100)
added editorconfig config file

.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