From: Stephen Edgar Date: Sat, 20 Apr 2013 04:28:50 +0000 (+1000) Subject: Include .editorconfig X-Git-Tag: v3.0.0-rc1~411^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=322fc9a6c476ce89101c6b48e5308d2f6ee8eba9;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