diff options
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..d89f4d8b4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# See http://editorconfig.org/ + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_style = space +indent_size = 4 |