chore: added .inc to editorconfig rules.

This commit is contained in:
2024-11-29 10:09:46 -06:00
parent 088f5d838c
commit e66019f9ac

View File

@@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.s]
[*.{s,inc}]
indent_style = space
indent_size = 2