https://github.com/PressForward/pressforward
Raw File
Tip revision: 766f8fbfe2b6af52b8ddc2faefe90c9e65c41f9e authored by Amanda Regan on 29 November 2017, 15:08:11 UTC
changing link to documentation #966
Tip revision: 766f8fb
.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