https://github.com/PressForward/pressforward
Raw File
Tip revision: 262d85b2c6fb08ca08c400acfab0d751cfd93fe4 authored by Aram Zucker-Scharff on 19 November 2018, 20:03:41 UTC
Revert to old bookmarklet for live tests
Tip revision: 262d85b
.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