Files
Fido/.editorconfig
2019-01-16 01:37:24 +00:00

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