1
0
Fork 0

update .editorconfig to template

This commit is contained in:
Intel A80486DX2-66 2024-01-28 18:33:10 +03:00
parent 5751cde04a
commit d8e13ab9c1
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 16 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
insert_final_newline = true
[{*.{c,d,h,py,sh},Makefile}]
max_line_length = 80
[Makefile]
indent_style = tab
[*.{c,h}]
trim_trailing_whitespace = true