Skip to content

Commit

Permalink
Add editorconfig add format main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich committed Jul 24, 2019
1 parent b62bd39 commit 8d3350c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ action "Build Docker image" {
needs = "Docker Lint"
uses = "actions/docker/cli@master"
args = "build -t heroku ."
}
}

0 comments on commit 8d3350c

Please sign in to comment.