.{editorconfig,gitattributes,pre-commit-config-yaml}: add comments, check-yaml
This commit is contained in:
parent
57200a00c5
commit
7175e402fb
|
@ -1,3 +1,5 @@
|
|||
# See https://editorconfig.org for more information
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue