https://github.com/PressForward/pressforward
Raw File
Tip revision: 2ad61586050c2c30ea22ec33b81e44dbfee4c54e authored by Boone B Gorges on 27 April 2023, 23:18:06 UTC
Create database manually.
Tip revision: 2ad6158
.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