0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

.editorconfig: remove rule for *.py files. (#24443)

This commit is contained in:
XhmikosR 2017-10-20 14:00:57 +03:00 committed by GitHub
parent c86f72be96
commit 9a1d81f154

View File

@ -12,6 +12,3 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4