diff options
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 |