From 2f850b55bc91c41cd2e82ee774fa5c26214762df Mon Sep 17 00:00:00 2001 From: Lan Quil Date: Tue, 11 Jun 2024 22:54:45 +0200 Subject: [PATCH] Add editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..561c5ab --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# https://EditorConfig.org + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.lock] +indent_size = unset + +[*.{nix,html,json}] +indent_size = 2