From e66019f9ac1958fee4afc71427efdbb655f21ca2 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Fri, 29 Nov 2024 10:09:46 -0600 Subject: [PATCH] chore: added .inc to editorconfig rules. --- code/boot/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot/.editorconfig b/code/boot/.editorconfig index d657257..bbb4336 100644 --- a/code/boot/.editorconfig +++ b/code/boot/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.s] +[*.{s,inc}] indent_style = space indent_size = 2