diff options
| author | seth <[email protected]> | 2022-08-23 23:23:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-23 23:23:41 -0400 |
| commit | 73f1da782ae13bd64ee00f827c6ee0db799d1222 (patch) | |
| tree | d275070fd212eb556a30098fb437ccb3842fe316 /.editorconfig | |
| parent | 01d309be051f18e173eef9273ae2bf34181a85b0 (diff) | |
add .editorconfig
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f358376 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = uf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_size = 4 |
