https://github.com/PressForward/pressforward
Raw File
Tip revision: 461a69181d26c4c5a124ab79245173fd3b29f783 authored by Boone B Gorges on 03 November 2022, 16:52:48 UTC
Stable tag bump for 5.2.10.
Tip revision: 461a691
.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