https://github.com/PressForward/pressforward
Raw File
Tip revision: 1bb7db01aa36e0cd2866adca7092bf591ee4333f authored by Boone B Gorges on 15 November 2018, 17:25:14 UTC
postmeta filter should respect `$single` argument.
Tip revision: 1bb7db0
.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