https://github.com/PressForward/pressforward
Raw File
Tip revision: e46fdc2554b42407c7de7f011409c38fa4e283b6 authored by Aram Zucker-Scharff on 19 January 2019, 16:47:45 UTC
Receiving full nomination encryption
Tip revision: e46fdc2
.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