https://github.com/PressForward/pressforward
Raw File
Tip revision: e3cd9feae37a6f0e040c5a7181f6539cace1fa94 authored by Boone B Gorges on 04 March 2024, 18:07:26 UTC
On Debugger page, only show a small portion of very large debug files.
Tip revision: e3cd9fe
.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