From 5f7f281ea4bf393396532d452815cd3553489548 Mon Sep 17 00:00:00 2001 From: d0p1 Date: Tue, 14 Nov 2023 05:42:48 +0100 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..36204c8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[{Makefile,*.s,*.c,*.h}] +indent_style = tab +tab_width = 4