summaryrefslogtreecommitdiffstats
path: root/assets/bootstrap-3.1.1/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'assets/bootstrap-3.1.1/.editorconfig')
-rw-r--r--assets/bootstrap-3.1.1/.editorconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/assets/bootstrap-3.1.1/.editorconfig b/assets/bootstrap-3.1.1/.editorconfig
deleted file mode 100644
index 4228522f9d..0000000000
--- a/assets/bootstrap-3.1.1/.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-
-[*.py]
-indent_size = 4