diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..ca3324c11 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +max_line_length=120 + +[*.go] +indent_style = tab +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true + +[*.html] +indent_style = tab +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = false + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index d5e25ce0c..2b16d5ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,17 @@ +### Go ### +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Misc .DS_Store gcal/client_secret.json