chore: update project code style conf

This commit is contained in:
Sonny
2023-11-26 01:28:01 +01:00
parent 557aa4444c
commit c0af440302
4 changed files with 35 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 2
tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true