https://github.com/PressForward/pressforward
Raw File
Tip revision: d380dc54881328568f2c12cc0e9c4a6870844703 authored by Aram Zucker-Scharff on 15 August 2018, 18:48:08 UTC
Create a LICENSE file
Tip revision: d380dc5
.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