https://github.com/PressForward/pressforward
Raw File
Tip revision: 7b0d997244faadd1dd1934d26fc1195093675bdc authored by Aram Zucker-Scharff on 03 April 2018, 14:35:48 UTC
Improving changelog
Tip revision: 7b0d997
.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