https://github.com/PressForward/pressforward
Raw File
Tip revision: 8be2d9371f4d0036263dc89334489324e81d8576 authored by Aram Zucker-Scharff on 09 October 2018, 14:58:06 UTC
Namespace fix for older PHP versions.
Tip revision: 8be2d93
.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