2024-06-25 11:55:25 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*.{py,txt,editorconfig}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.{cpp,h}]
|
|
|
|
indent_style = tab
|
|
|
|
tab_width = 4
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|