From f6e16b9cd5df62b8ec460c0e481c0d6623b72c05 Mon Sep 17 00:00:00 2001 From: sandre Date: Fri, 23 Jan 2026 22:53:04 +0100 Subject: [PATCH] Add editorConfig file --- Back/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Back/.editorconfig diff --git a/Back/.editorconfig b/Back/.editorconfig new file mode 100644 index 0000000..9b73521 --- /dev/null +++ b/Back/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false