Skip to content

Commit

Permalink
feat(repo): add editorconfig (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jul 16, 2024
1 parent b45cb1a commit bc5a9d0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.go]
indent_size = 4
indent_style = tab

[*.sol]
indent_size = 4
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.env
.env*.bak

4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.1"
{
".": "1.3.0"
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"packages": {
".": {}
}
}
}

0 comments on commit bc5a9d0

Please sign in to comment.