Skip to content

Instantly share code, notes, and snippets.

View bodewig's full-sized avatar

Stefan Bodewig bodewig

View GitHub Profile
@bodewig
bodewig / .editorconfig
Created April 24, 2019 18:47 — forked from FND/.editorconfig
SSI with nginx
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80