https://github.com/PressForward/pressforward
Raw File
Tip revision: b3521b0e3bf50a74970f1c3fa9d3d0cb76e79bb4 authored by Boone B Gorges on 11 December 2023, 17:25:24 UTC
Keywords -> Tags conversion tool for Block Nominate This.
Tip revision: b3521b0
.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