https://github.com/PressForward/pressforward
Raw File
Tip revision: 765c6ceae4badf27c634d94dad117806f2aa6283 authored by Aram Zucker-Scharff on 15 August 2018, 18:59:07 UTC
Creating a Code of Conduct
Tip revision: 765c6ce
.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