https://github.com/PressForward/pressforward
Raw File
Tip revision: e2eb7e5be500bae21216bfc296fb0004eb685b31 authored by dependabot[bot] on 12 May 2021, 00:59:54 UTC
Bump merge from 1.2.0 to 1.2.1 in /assets/stats-app
Tip revision: e2eb7e5
.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