https://github.com/PressForward/pressforward
Raw File
Tip revision: db826a22a1d71b06e3a45abebc12d6f7cc6756f0 authored by Boone B Gorges on 15 September 2023, 18:51:52 UTC
Asset loading for Tools panel.
Tip revision: db826a2
.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