mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
12 lines
170 B
INI
12 lines
170 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
end_of_line = lf
|
||
|
|
indent_style = space
|
||
|
|
tab_width = 4
|
||
|
|
insert_final_newline = true
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
|
||
|
|
[*.md]
|
||
|
|
trim_trailing_whitespace = false
|