diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5635f59 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_size = 4 +indent_style = space diff --git a/eda/.editorconfig b/eda/.editorconfig new file mode 100644 index 0000000..1ba983e --- /dev/null +++ b/eda/.editorconfig @@ -0,0 +1,5 @@ +[*.py] +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_size = unset +indent_style = unset