fastfetch/.editorconfig

18 lines
245 B
INI
Raw Normal View History

2021-03-27 18:14:19 +01:00
root = true
[*]
end_of_line = lf
indent_style = space
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
2021-12-19 22:39:22 +01:00
[*.{md,fflogo}]
2021-03-27 18:14:19 +01:00
trim_trailing_whitespace = false
2021-10-22 21:53:29 +02:00
[*.{fflogo}]
2021-10-22 21:53:29 +02:00
insert_final_newline = false
[*.yml]
tab_width = 2