Files
Fido/.editorconfig
Pete Batard 10acbf9f84 Improve error handling
* Simplify regex and fix unconverted characters.
* Also use Start-BitsTransfer for cmdline downloads (Closes #56).
* Also remove -DisableProgress now that we use Start-BitsTransfer.
2023-02-06 01:22:02 +00:00

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