nebula/.editorconfig
Nemo 62ee3b47f2 Work on proxying content via sydney
- cloudflare + LE
- traefik now has ingress on 443
- basic auth added for now
2017-11-26 16:53:34 +05:30

10 lines
147 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true