forked from SunRed/discord-tweeter
chore: Add dockerignore, Update editorconfig, Update dependencies
* Add dockerignore and update editorconfig for Dockerfile * Abort docker build if arch is not supported
This commit is contained in:
parent
e35576fb3f
commit
2fd8f5d20b
7 changed files with 25 additions and 30 deletions
|
@ -10,7 +10,11 @@ trim_trailing_whitespace = true
|
|||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{yml,yaml,hcl,toml}]
|
||||
[{Dockerfile,Dockerfile.*}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.{yml,yaml,hcl,toml,json}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue