commit 2f850b55bc91c41cd2e82ee774fa5c26214762df Author: Lan Quil Date: Tue Jun 11 22:54:45 2024 +0200 Add 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