From 367fe51e7e1c55e39299e2e667ca4f399a474019 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 10 Mar 2024 16:23:07 -0400 Subject: cleanup --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..90817de --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3