https://github.com/PressForward/pressforward
Raw File
Tip revision: db2d15f3f4ef0a527419291392bdc0a958b22f78 authored by Aram Zucker-Scharff on 12 March 2018, 07:08:19 UTC
Release 5.1.0
Tip revision: db2d15f
.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