a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
12 lines
180 B
INI
12 lines
180 B
INI
[*]
|
|
charset = UTF-8
|
|
end_of_line = LF
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
indent_size = tab
|
|
|
|
[*.lua]
|
|
indent_style = tab
|
|
indent_size = tab
|