DistroHopper/.editorconfig
2026-04-19 16:26:06 +02:00

60 lines
1 KiB
INI

root = true
[dh]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[qget]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[generate]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[web-create]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[quickemu]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[quickget]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[templates/*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tabs
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false