https://github.com/PressForward/pressforward
Raw File
Tip revision: f0909561ad6ad07a413016798fd0d5ccd1092058 authored by Boone B Gorges on 27 September 2021, 18:21:57 UTC
Dynamically append source statement.
Tip revision: f090956
.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