From: Tristan Mugford Date: Wed, 19 Mar 2014 12:51:42 +0000 (+0000) Subject: Added .editorconfig (http://editorconfig.org/) X-Git-Tag: v5.2.2~45^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4764%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added .editorconfig (http://editorconfig.org/) --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..1a3af920b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true