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

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2019-02-20 22:20:57 +0300
committerBrendan Long <self@brendanlong.com>2019-02-20 22:20:57 +0300
commitc177d26d40562ea1a4659429180a8a262156bf64 (patch)
tree427d817432a0e02dc450dd26110a957bad0b90d9 /.editorconfig
parent5ed1813158f1c0b33c99c80d28463b6a77a1c843 (diff)
Don't indent empty lines in fix-indent.py
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index cd5a6f3d..a24719e3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,9 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
+[*.py]
+indent_style = space
+
[*.yml]
indent_style = space
indent_size = 2