1
0
Fork 0

update .editorconfig to template

This commit is contained in:
Intel A80486DX2-66 2024-01-28 17:09:01 +03:00
parent 1ec1b4a9e7
commit 3dfe8a8d14
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,16 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = true
indent_size = 4
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