Skip to content

Commit

Permalink
Removes Go formatting rules from editorconfig file
Browse files Browse the repository at this point in the history
And adds clarification in contributing guide so
people runs Go fmt on the code before submitting
their pull requests.
  • Loading branch information
c4milo committed Sep 14, 2015
1 parent 5873faf commit cfd2f1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8

; Golang
[*.go]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

; YAML
[*.yaml]
indent_style = space
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Go is unlike any other language in that it forces a specific development workflo
* Please be generous describing your changes.
* Although it is highly suggested to include tests, they are not a hard requirement in order to get your contributions accepted.
* Keep pull requests small so core developers can review them quickly.
* Unlike other projects, we are not going to nitpick your contributions. If your pull request is correct, we are going to merge and address the small details by ourselves. There is no point on delaying contributions due to little and unimportant details.
* Make sure you run `go fmt` to format your code before submitting your pull request.

### Workflow for third-party code contributions
* In Github, fork `https://github.com/hooklift/gowsdl` to your own account
Expand Down

0 comments on commit cfd2f1b

Please sign in to comment.