From 42ebd8985fa01b1c9bb1905f7b8854a5e6c650ea Mon Sep 17 00:00:00 2001 From: Frank Lyder Bredland Date: Fri, 12 Jul 2024 20:53:06 +0200 Subject: [PATCH] editorconfig setup for the repo --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2d8de2e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab