Updated .editorconfig

feat/start
hheik 2024-04-29 22:37:09 +03:00
parent 8102452c7f
commit 61a7340ea8
1 changed files with 0 additions and 15 deletions

View File

@ -4,19 +4,4 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{c,h}]
indent_size = 2
[*.S]
indent_size = 8
[*.ld]
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8