https://github.com/PressForward/pressforward
Raw File
Tip revision: 51e6dc4a1b1d912950a686e0410e7b1596d324e1 authored by dependabot[bot] on 30 March 2021, 17:17:15 UTC
Bump y18n from 3.2.1 to 3.2.2 in /assets/stats-app
Tip revision: 51e6dc4
.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