https://github.com/PressForward/pressforward
Raw File
Tip revision: 4d678824c4520396c9a86a916d9a45ffb43040a0 authored by Boone B Gorges on 14 May 2020, 19:37:34 UTC
Use anonymous callbacks instead of `create_function()`.
Tip revision: 4d67882
.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