https://github.com/PressForward/pressforward
Raw File
Tip revision: a1d952fc432d52311c2e03d51cf214c31bcc937b authored by Boone B Gorges on 11 January 2024, 19:48:17 UTC
Bump stable tag to 5.6.1.
Tip revision: a1d952f
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
back to top