2021-06-17 19:39:46 +02:00
|
|
|
root = true
|
|
|
|
|
|
2021-06-22 23:40:31 +02:00
|
|
|
[*.{cc,txt,js}]
|
2021-06-17 19:39:46 +02:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|
|
|
|
|
tab_width = 8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
charset = utf-8
|