https://github.com/PressForward/pressforward
Raw File
Tip revision: b17615188a898731b5ef544ea8d26e200b8aba35 authored by dependabot[bot] on 10 February 2022, 17:07:52 UTC
Bump node-sass from 4.5.3 to 7.0.0 in /assets/stats-app
Tip revision: b176151
.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