Skip to content

Commit

Permalink
Minor git tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaxflux committed Jun 2, 2018
1 parent 71663fd commit 4d09004
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .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
15 changes: 15 additions & 0 deletions .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

0 comments on commit 4d09004

Please sign in to comment.