https://github.com/PressForward/pressforward
Raw File
Tip revision: 1aa1e9a22e0c9caefd6a30838f32cba2c400ddb6 authored by Boone B Gorges on 14 May 2020, 14:39:04 UTC
Fix "functions inspecting arguments" PHP compatibility notices.
Tip revision: 1aa1e9a
.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