From 5d4b63030c63b521fbd585fd3da178ae4b7086e5 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 13 Mar 2024 12:20:30 +0100 Subject: [PATCH] Add the EditorConfig file --- .editorconfig | 13 +++++++++++++ .gitattributes | 1 + 2 files changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..01909e6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true + +[.github/workflows/*.yml] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index dae39b4..9091cc7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +/.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.github/ export-ignore