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:
authorZlatan Vasović <legospace9876@gmail.com>2014-02-01 17:37:19 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-02-01 17:37:19 +0400
commit59a38b7bf6104f62fa5955a11739bd42e265d2e4 (patch)
tree6292d96ccdafa0af26ccfd939792dc523b776c4a /.editorconfig
parent1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff)
Don't re-set indent style for [*.py]
Just inherit it from [*].
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 0b008c9574..4228522f9d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,5 +11,4 @@ trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
-indent_style = space
indent_size = 4