Files
Fido/.editorconfig
2019-01-14 11:47:25 +00:00

8 lines
136 B
INI

# indicate this is the root of the project
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8