https://github.com/PressForward/pressforward
Raw File
Tip revision: d9a8a87e7215dc9c6c10792be4a2460177e98d38 authored by Aram Zucker-Scharff on 15 July 2019, 23:50:37 UTC
Nomination bookmarklet item_author should always trump #932
Tip revision: d9a8a87
.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