https://github.com/PressForward/pressforward
Revision 107d2d14df558b265ee463478f0b2233bad5ef57 authored by Aram Zucker-Scharff on 09 October 2018, 14:57:27 UTC, committed by GitHub on 09 October 2018, 14:57:27 UTC
1 parent 30e9798
Raw File
Tip revision: 107d2d14df558b265ee463478f0b2233bad5ef57 authored by Aram Zucker-Scharff on 09 October 2018, 14:57:27 UTC
Namespace fixes for older PHP versions
Tip revision: 107d2d1
.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