2022-08-09 12:14:37 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2022-11-29 01:44:55 +08:00
|
|
|
|
|
|
|
[themes/tfsci/**/*.html]
|
|
|
|
insert_final_newline = false
|
|
|
|
|
|
|
|
[scripts/Custom*.txt]
|
|
|
|
indent_size = 1
|
|
|
|
indent_style = tab
|