mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 10:49:24 +01:00
{pre-commit,*.json}: use tabs for intendion
This commit is contained in:
parent
9cc83a628d
commit
e5bd31559b
@ -97,6 +97,6 @@ end_of_line = crlf
|
||||
|
||||
# YAML requires spaces. The GitHub citation files look YAML to me.
|
||||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
|
||||
[*.{cff,yaml,yml,json}]
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
@ -41,7 +41,14 @@ repos:
|
||||
args:
|
||||
# Remember also: --no-sort-keys
|
||||
# ASCII excludes the älphäbet amongst others
|
||||
[--autofix, --no-ensure-ascii, --top-keys, "Name,name"]
|
||||
[
|
||||
--autofix,
|
||||
--indent,
|
||||
"\t",
|
||||
--no-ensure-ascii,
|
||||
--top-keys,
|
||||
"Name,name",
|
||||
]
|
||||
|
||||
# Markdown Table of Contents generation.
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
|
Loading…
Reference in New Issue
Block a user