mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
.{editorconfig,gitattributes,pre-commit-config.yaml}: add comment to beginning for more details
I know what the files do, but do my readers? Especially when I am using these files as templates for new repositories?
This commit is contained in:
parent
29d783647b
commit
f77e15eb68
@ -1,3 +1,4 @@
|
||||
# See https://editorconfig.org for more information
|
||||
# Note: I use this file as ~/.editorconfig when something doesn't specify to
|
||||
# be root before reaching ~, so this contains files not seen in this repo
|
||||
root = true
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
||||
# These files are scary, let's not touch them
|
||||
|
@ -1,3 +1,5 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.ci for more information
|
||||
ci:
|
||||
# Attempts to use networking and fails at name resolution, local hook
|
||||
# skip: [bundler-audit, pylint]
|
||||
|
Loading…
Reference in New Issue
Block a user