https://github.com/PressForward/pressforward
Raw File
Tip revision: ca4b39a7dcb446e1c687fd9975ab2edf3be2de9a authored by Aram Zucker-Scharff on 15 March 2018, 23:57:54 UTC
Merge branch 'boonebgorges-avoid-unnecessary-source-link-save' into 5.1.x
Tip revision: ca4b39a
.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