Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanayiotis Lipiridis <lipiridis@gmail.com>2014-10-20 03:50:59 +0400
committerPanayiotis Lipiridis <lipiridis@gmail.com>2014-10-22 16:06:09 +0400
commitaa8269cfb6a251db60c3a86eb761650ecd81aefc (patch)
tree3c870b159ff9cb67e24faf1bf7f31cddce5e39f4 /.editorconfig
parent8a6a253355ab1d26865bfbfffaa2a194e173a3aa (diff)
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 4228522f9d..ff0ad0433c 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