mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
60 lines
1 KiB
INI
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
|