From b31a2d3e1af63e41694ef62957099206d7776297 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 26 May 2023 18:16:20 -0700 Subject: [PATCH] :construction: Added .editorconfig defaults --- editorconfig.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 editorconfig.txt diff --git a/editorconfig.txt b/editorconfig.txt new file mode 100644 index 00000000..1580fab7 --- /dev/null +++ b/editorconfig.txt @@ -0,0 +1,9 @@ +[*] +root = true +end_of_line = lf +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = false +max_line_length = 80 +trim_trailing_whitespace = true