mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
12 lines
191 B
INI
12 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
|