https://github.com/PressForward/pressforward
Raw File
Tip revision: bee24917e08582d9c85d15bfba97372a07ca0444 authored by Boone B Gorges on 25 September 2023, 15:30:31 UTC
PHPCS ignore for text that is properly escaped.
Tip revision: bee2491
.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