2024-02-15 08:11:03 +00:00
|
|
|
root = true
|
|
|
|
|
2024-03-17 04:44:25 +00:00
|
|
|
|
2024-02-15 08:11:03 +00:00
|
|
|
[*]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
|
|
|
tab_width = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2024-02-15 11:19:40 +00:00
|
|
|
insert_final_newline = true
|
2024-02-15 08:11:03 +00:00
|
|
|
|