https://github.com/PressForward/pressforward
Raw File
Tip revision: 0e6ae02dd17d78b26a6ab2425ada9e669609618c authored by dependabot[bot] on 08 May 2021, 09:57:27 UTC
Bump lodash from 4.17.4 to 4.17.21 in /assets/stats-app
Tip revision: 0e6ae02
.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