.editorconfig: only apply indent_size and line_length for *.py

This commit is contained in:
Aminda Suomalainen 2023-09-29 12:32:15 +03:00 committed by Val Lorentz
parent ecd0c926ea
commit a46a0733af

View File

@ -3,5 +3,7 @@ root = true
[*]
insert_final_newline = true
indent_style = space
[*.py]
indent_size = 4
max_line_length = 79