diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e9c5221 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,32 @@ +root = true + +[*.*] +indent_size = 2 +indent_style = space +insert_final_newline = true + +[Makefile] +indent_style = tab + +[*.py] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 + +[*.toml] +indent_size = 2 + +[*.json] +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false +indent_size = 4 + +[*.j2] +indent_size = 2 diff --git a/.gitignore b/.gitignore index f347387..e72a38f 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,4 @@ dmypy.json # Pyre type checker .pyre/ -.vscode/ \ No newline at end of file +.vscode/