From 1a74e6a1856673072a61abd0861759901bc2d939 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Mar 2025 22:52:15 +0100 Subject: Bring code style to better standards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Be more careful on everything and try to follow along style.nes from my repository. This might change in the future, but it's in a much better state now. Signed-off-by: Miquel Sabaté Solà --- .editorconfig | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 3433fac..c420a82 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,13 @@ root = true -[{*.{s,S},Makefile}] +[*] charset = utf-8 -end_of_line = lf +indent_size = 4 insert_final_newline = true +end_of_line = lf + +[*.{s,S}] indent_style = space -indent_size = 4 + +[Makefile] +indent_style = tab -- cgit v1.2.3