From ed022553b97557d0e53bfcde3ac4e8eb5184dbc7 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 3 Sep 2022 15:36:13 +0200 Subject: [PATCH] Add editor config --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2b9c997 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[{*.c, *.h}] +indent_style = tab +end_of_line = lf +tab_width = 4 +trim_trailing_whitespace = true