diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..96f97c30 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.py] +indent_style = space +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 88 +indent_size = 4