diff --git a/.editorconfig b/.editorconfig index 4e61e80..07a45c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,16 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + # Override for Makefile [{Makefile, makefile, GNUmakefile}] indent_style = tab indent_size = 4 + +[*.{yml.yaml,json}] +indent_style = space +indent_size = 2 diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md index 2a24ebb..533e8af 100644 --- a/.github/ISSUE_TEMPLATE/feature_template.md +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -3,7 +3,7 @@ name: Feature request about: Use this template for requesting a feature/enhancement. title: "Enhancement: " labels: "kind/feature-request" -assignees: '' +assignees: "" --- ## Describe feature diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 6712e11..85a73bb 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -3,7 +3,7 @@ name: Issue about: Use this template for reporting a bug/issue. title: "Issue: " labels: kind/bug -assignees: '' +assignees: "" --- - -[hub/catthehacker/alpine]: https://hub.docker.com/r/catthehacker/alpine -[hub/catthehacker/alpine/act/size]: https://img.shields.io/docker/image-size/catthehacker/alpine/act -