aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPanayiotis Lipiridis <[email protected]>2014-10-20 01:50:59 +0200
committerPanayiotis Lipiridis <[email protected]>2014-10-22 14:06:09 +0200
commitaa8269cfb6a251db60c3a86eb761650ecd81aefc (patch)
tree3c870b159ff9cb67e24faf1bf7f31cddce5e39f4 /.editorconfig
parent8a6a253355ab1d26865bfbfffaa2a194e173a3aa (diff)
downloadbootstrap-aa8269cfb6a251db60c3a86eb761650ecd81aefc.tar.xz
bootstrap-aa8269cfb6a251db60c3a86eb761650ecd81aefc.zip
Sorted various lines using atom/sort-lines
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 4228522f9..ff0ad0433 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,12 +3,12 @@
root = true
[*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
charset = utf-8
-trim_trailing_whitespace = true
+end_of_line = lf
+indent_size = 2
+indent_style = space
insert_final_newline = true
+trim_trailing_whitespace = true
[*.py]
indent_size = 4