From 0b298ed2cd5e247dee06ce08d9c81754c1595110 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 2 May 2023 12:38:07 -0400 Subject: add ~ level editorconfig --- dot_editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dot_editorconfig (limited to 'dot_editorconfig') diff --git a/dot_editorconfig b/dot_editorconfig new file mode 100644 index 0000000..cb93629 --- /dev/null +++ b/dot_editorconfig @@ -0,0 +1,14 @@ +# global editorconfig +root = true + +# reasonable everything defaults +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# don't mess with my makefiles thanks +[Makefile] +indent_style = tab +indent_size = 4 -- cgit v1.2.3