From 981b90a203484182feace48471fe2b53dae7676f Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 29 Nov 2022 21:37:51 +0100 Subject: add a basic .editorconfig file Partially written by mcepl, to avoid patches modifying style. --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1c9b2a7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab + +[*.md] +indent_size = 4 +indent_style = space +trim_trailing_whitespace = false -- cgit v1.2.3