From 052ad8d85510fa9871e75d7cf2ff686a5ab03737 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Fri, 16 Dec 2022 13:02:51 +0100 Subject: Add .editorconfig to root dir Signed-off-by: Johnny Richard --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f394793 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[Makefile] +indent_style = tab + +[*.{c,h}] +indent_style = space +indent_size = 2 -- cgit v1.2.3