https://github.com/PressForward/pressforward
Raw File
Tip revision: e611fd54c88e8ec8b19aa3ba0b63b4bdb57664e4 authored by Amanda Regan on 07 March 2018, 18:18:18 UTC
changelog in readme.txt
Tip revision: e611fd5
.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