https://github.com/PressForward/pressforward
Raw File
Tip revision: 5fe5eb630e410aa4c433854ab01dd99653f2e805 authored by Boone B Gorges on 03 November 2022, 16:32:47 UTC
ArrayAccess return types.
Tip revision: 5fe5eb6
.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