From 733970b4da04b9efca1f2343f9325287352ba128 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 14 Sep 2024 23:24:30 +0200 Subject: Add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ba8334d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +insert_final_newline = true +trim_trailing_whitespace = true + +[later] +indent_size = 4 +indent_style = space + +[Makefile] +indent_style = tab -- cgit v1.2.3-2-gb3c3