mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
15 lines
217 B
INI
15 lines
217 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
tab_width = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{md,fflogo}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.txt]
|
|
insert_final_newline = false
|