From 5d78be6c751dbfa43ec376d8de50cd0d3edd2a03 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Dec 2024 11:46:31 -0800 Subject: add extra configurations for editors --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8b2e254 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true + +[*.{html,yaml,yml}] +max_line_length = off + +[{justfile}] +indent_size = 4 -- cgit v1.2.3