all repos — elgit @ 70c5e539567b2aa428b69d3744a26a4fb0f2e4cf

fork of legit: web frontend for git, written in go

style: add editorconfig and re-format style.css

Alan Pearce
commit

70c5e539567b2aa428b69d3744a26a4fb0f2e4cf

parent

703d2e603629535d3e46413aa60f8bd39a9ef720

1 file changed, 12 insertions(+), 0 deletions(-)

changed files
A .editorconfig
@@ -0,0 +1,12 @@
+root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[{justfile,go.mod,go.sum,*.go,.gitmodules}] +indent_style = tab