mirror of
https://github.com/pbatard/Fido.git
synced 2025-09-16 14:18:02 +02:00
9 lines
195 B
INI
9 lines
195 B
INI
# indicate this is the root of the project
|
|
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
# Must use a BOM else Unicode strings will not display
|
|
charset = utf-8-bom
|