summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/.editorconfig')
-rwxr-xr-xbower_components/bootstrap/.editorconfig11
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