https://github.com/PressForward/pressforward
Raw File
Tip revision: edcdfe2d452148bc618f6a3e56da9e21be43b37b authored by dependabot[bot] on 11 December 2020, 03:29:05 UTC
Bump ini from 1.3.4 to 1.3.7 in /assets/stats-app
Tip revision: edcdfe2
.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