https://github.com/PressForward/pressforward
Raw File
Tip revision: 64180676dab9c473a5a6a90df3e3266e8f83289b authored by Aram Zucker-Scharff on 21 July 2019, 22:33:12 UTC
No trailing comma
Tip revision: 6418067
.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