diff options
author | Ryan <me@hackerc.at> | 2021-12-22 18:29:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 18:29:43 +0100 |
commit | 9be6a58c0eb706d514e355aa10f2b4c638cfec4a (patch) | |
tree | a15b0e5e074074ee3586af217ac52b63328507cc /.editorconfig | |
parent | fix: rework setupShellCommand (#930) (diff) | |
download | forgejo-act-9be6a58c0eb706d514e355aa10f2b4c638cfec4a.tar.xz forgejo-act-9be6a58c0eb706d514e355aa10f2b4c638cfec4a.zip |
ci: replace superlinter with megalinter (#923)
* ci: replace superlinter with megalinter
Signed-off-by: hackercat <me@hackerc.at>
* fix: apply lint recommendations
Signed-off-by: hackercat <me@hackerc.at>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig index 8f8872f..4b9db1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,14 +8,10 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 -[*.sh] -indent_style = space -indent_size = 2 - -[{Dockerfile,*.md,*_test.go}] +[{Dockerfile,*.md,*_test.go,install.sh,act-cli.nuspec}] indent_style = unset indent_size = unset -[*.{yml,yaml,json}] +[*.{yml,yaml,js{,on}}] indent_style = space indent_size = 2 |