https://github.com/PressForward/pressforward
Raw File
Tip revision: ca324f190af356b1fab903d2b8573e13b37da8b7 authored by Boone B Gorges on 04 March 2024, 21:43:28 UTC
Framework for meta boxes on Welcome page.
Tip revision: ca324f1
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
back to top