1 2 3 4 5 6 7
# https://editorconfig.org [*.py] indent_style = space trim_trailing_whitespace = true indent_size = 4 end_of_line = LF