From: Tobias Diekershoff Date: Sat, 28 Jan 2017 06:15:57 +0000 (+0100) Subject: added editorconfig config file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0342f559c12ac1a215780fd57255f8e8ee23ed21;p=friendica.git added editorconfig config file --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..7692ac78b5 --- /dev/null +++ b/.editorconfig @@ -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