changeset 54 | 0ded9d7748b7 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bootstrap-source/bootstrap-3.0.3/.editorconfig Fri Dec 20 22:49:16 2013 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +# editorconfig.org 1.5 + 1.6 +root = true 1.7 + 1.8 +[*] 1.9 +indent_style = space 1.10 +indent_size = 2 1.11 +end_of_line = lf 1.12 +charset = utf-8 1.13 +trim_trailing_whitespace = true 1.14 +insert_final_newline = true