https://github.com/PressForward/pressforward
Raw File
Tip revision: c52ab601026f52979873e0923539fd69c2385fdb authored by Boone B Gorges on 14 July 2020, 14:26:04 UTC
Syntax fix.
Tip revision: c52ab60
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
back to top