Files
fastfetch/.editorconfig
T

18 lines
249 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,fflogo}]
insert_final_newline = false
[*.yml]
tab_width = 2