From be005f6a1b0b18d0ad74a6d13898de6be61dc491 Mon Sep 17 00:00:00 2001 From: sudoforge Date: Thu, 18 Jul 2024 21:06:24 -0700 Subject: feat: add initial editorconfig configuration file Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51 --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..66874fc8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Ref: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit