https://github.com/PressForward/pressforward
Raw File
Tip revision: e9b897896f3ed54b18e2b5af97109bf5d46fe823 authored by Boone B Gorges on 03 July 2020, 02:06:24 UTC
NPM package cleanup.
Tip revision: e9b8978
.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