From 4c45365a55b5ba672feb9c7223d1e3e786b0b088 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 14 Mar 2025 16:32:34 +0100 Subject: Add editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c420a82 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +insert_final_newline = true +end_of_line = lf + +[*.{s,S}] +indent_style = space + +[Makefile] +indent_style = tab -- cgit v1.2.3