https://github.com/PressForward/pressforward
Raw File
Tip revision: 4c354a46f78bc6591b81f264ae3b7c6adcb0dfe6 authored by Aram Zucker-Scharff on 04 March 2019, 15:59:55 UTC
Testing changes
Tip revision: 4c354a4
.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