mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
11 lines
191 B
INI
11 lines
191 B
INI
# top level config
|
|
root = true
|
|
|
|
# all files
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf # Unix-style
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|