From f1b63c5031a89fa754be076b0303beb9e7260c80 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 10 Jun 2024 22:27:18 -0300 Subject: [PATCH] Add editor config --- dot_editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot_editorconfig diff --git a/dot_editorconfig b/dot_editorconfig new file mode 100644 index 0000000..5a7a461 --- /dev/null +++ b/dot_editorconfig @@ -0,0 +1,13 @@ +# https://editorconfig.org/ +# top-most EditorConfig file +root = true +[*] +end_of_line = lf +charset = utf-8 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + + + +