https://github.com/PressForward/pressforward
Raw File
Tip revision: 7af7a5a1c2ffc59e2326c0871f460c04a33108ef authored by dependabot[bot] on 07 May 2021, 10:13:21 UTC
Bump handlebars from 4.0.10 to 4.7.7 in /assets/stats-app
Tip revision: 7af7a5a
.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