https://github.com/PressForward/pressforward
Raw File
Tip revision: ee6dd2892573fd5cefce2a655dfc248d7f3d790f authored by Boone B Gorges on 18 November 2021, 17:24:53 UTC
Catch parse exemption from Readability.
Tip revision: ee6dd28
.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