]> git.mxchange.org Git - friendica-addons.git/commitdiff
added editorconfig file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 Oct 2019 05:16:55 +0000 (07:16 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 Oct 2019 05:16:55 +0000 (07:16 +0200)
.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