https://github.com/PressForward/pressforward
Raw File
Tip revision: c53b0bdd428ff4b32cff7cd802aa0395526ee1b0 authored by dependabot[bot] on 04 August 2021, 05:37:43 UTC
Bump tar from 2.2.1 to 2.2.2 in /assets/stats-app
Tip revision: c53b0bd
.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