https://github.com/PressForward/pressforward
Raw File
Tip revision: d9b80cece6655c7ac792f6f2c885aeffb037812a authored by Aram Zucker-Scharff on 15 November 2018, 20:43:50 UTC
Merge pull request #1025 from PressForward/php-notice-countable
Tip revision: d9b80ce
.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