https://github.com/PressForward/pressforward
Raw File
Tip revision: f1fd749bb3067250939dbaf525e9c4aeb2852cc2 authored by Boone B Gorges on 28 September 2021, 20:32:44 UTC
Use core HTTP tools to fetch author meta.
Tip revision: f1fd749
.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