https://github.com/PressForward/pressforward
Raw File
Tip revision: fe889623f9b555a8f54f8565fcb0e098cd7c5ca2 authored by Aram Zucker-Scharff on 18 November 2018, 18:04:11 UTC
Adjusting as Travis cannot use the master version of WP
Tip revision: fe88962
.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