From 73f1da782ae13bd64ee00f827c6ee0db799d1222 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 Aug 2022 23:23:41 -0400 Subject: add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3