From e71bcdfbf46b879cc9530d58ae318d79bb492827 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 13 Apr 2024 19:32:37 -0400 Subject: readme, license, configs --- .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..38b2b1b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +indent_size = 4 -- cgit v1.2.3