Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 29, 2020
1 parent 367da29 commit 20a5468
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

[*.go]
indent_size = 4
indent_style = tab

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

[{*.md,*.yaml,*.yml}]
indent_style = space
indent_size = 2
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
/.build
/gpfs_exporter
/gpfs_mmdf_exporter
/*.yaml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.0.1 / 2020-01-29

### Changes

* Initial Release

1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 20a5468

Please sign in to comment.