Skip to content

Commit

Permalink
fix(file_templates/editorconfig): Remove first blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 3, 2021
1 parent a444c2f commit 8c2ea8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions file_templates/editorconfig/editorconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package editorconfig
import "io/ioutil"

func CreateEditorconfig() {
content := []byte(`
root = true
content := []byte(`root = true
[*]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit 8c2ea8f

Please sign in to comment.