https://github.com/PressForward/pressforward
Raw File
Tip revision: 8adf3e213c0ea44eeafa2662ebb54856198b4789 authored by dependabot[bot] on 09 March 2021, 01:52:08 UTC
Bump elliptic from 6.4.0 to 6.5.4 in /assets/stats-app
Tip revision: 8adf3e2
.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