Commit 0bcc5a28 authored by Chris Rebert's avatar Chris Rebert

add Python indentation style to editorconfig; refs #12023

parent be6ad3fd
......@@ -9,3 +9,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment