datatracker/6.130.2.dev0/bootstrap/.editorconfig
Robert Sparks cf949872f1 New branch for 6.130.2.dev0
- Legacy-Id: 17832
2020-05-19 13:52:46 +00:00

15 lines
191 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4