mirror of
https://github.com/pbatard/Fido.git
synced 2025-09-16 14:18:02 +02:00

* Simplify regex and fix unconverted characters. * Also use Start-BitsTransfer for cmdline downloads (Closes #56). * Also remove -DisableProgress now that we use Start-BitsTransfer.
10 lines
216 B
INI
10 lines
216 B
INI
# indicate this is the root of the project
|
|
root = true
|
|
|
|
[*]
|
|
# Must use a BOM else Unicode strings will not display
|
|
charset = utf-8-bom
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|