https://github.com/PressForward/pressforward
Raw File
Tip revision: 7c30b23e4da1c044fca526f92fcca0b1c72f21d6 authored by Boone B Gorges on 04 January 2024, 03:13:23 UTC
Bump stable to 5.6.0.
Tip revision: 7c30b23
.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