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