https://github.com/PressForward/pressforward
Raw File
Tip revision: d0e0089207a458172ca046bce146954eaeed5ee8 authored by Boone B Gorges on 19 September 2023, 21:00:31 UTC
Improved Bootstrap styling for tabbed interfaces.
Tip revision: d0e0089
.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