diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-16 16:26:07 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-16 16:26:07 -0700 |
commit | 4fe37339653c909368ba772ea9214c0b2a511fee (patch) | |
tree | 7573a3ef5486c1397e3f267f856de0fb3a031177 /bower_components/bootstrap/.editorconfig | |
parent | f9b56d31da29a641fcfdc33825ac84422eea2b84 (diff) |
update bootstrap to 3.0.0-rc2
Diffstat (limited to 'bower_components/bootstrap/.editorconfig')
-rwxr-xr-x | bower_components/bootstrap/.editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bower_components/bootstrap/.editorconfig b/bower_components/bootstrap/.editorconfig new file mode 100755 index 00000000..cf8d7fa6 --- /dev/null +++ b/bower_components/bootstrap/.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 |