https://github.com/PressForward/pressforward
Raw File
Tip revision: bcf68bf2df30e03a5e0269e0bd72fab344788e29 authored by Aram Zucker-Scharff on 26 February 2018, 16:11:23 UTC
Moving function from #987 into the nominate advancemnet step, triggering it on all nominations. Also switching it to support a comma seperated field for multiple emails.
Tip revision: bcf68bf
.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