https://github.com/PressForward/pressforward
Raw File
Tip revision: 2f7266ac23c5370b215ab28e39934213563bb6bb authored by Boone B Gorges on 04 January 2024, 02:01:35 UTC
Scrap the automated generation of .pot file for now.
Tip revision: 2f7266a
.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