From: Stephen Edgar Date: Sat, 20 Apr 2013 04:28:50 +0000 (+1000) Subject: Include .editorconfig X-Git-Tag: v3.0.0-rc1~406^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb9053d4af064d0b4ca760a2a0c023070709c27;p=thirdparty%2Fbootstrap.git Include .editorconfig http://editorconfig.org/ --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..cf8d7fa6ee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true