diff --git a/.editorconfig b/.editorconfig index d34b203..ad48467 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +# See https://editorconfig.org for more information + root = true [*] diff --git a/.gitattributes b/.gitattributes index 50023d5..9705ba2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +# See https://www.git-scm.com/docs/gitattributes#_effects for more information * text=auto eol=lf linguist-detectable diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b3b25b..870e9bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.ci for more information ci: # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. @@ -11,6 +13,7 @@ repos: hooks: - id: check-added-large-files - id: check-case-conflict + - id: check-yaml - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - id: destroyed-symlinks