Compare commits
No commits in common. "7175e402fbae137b2dd9034fd96726009ce3e78f" and "ab667a02089b96ab5b1d393e0172df6cd1dab32a" have entirely different histories.
7175e402fb
...
ab667a0208
|
@ -1,5 +1,3 @@
|
|||
# See https://editorconfig.org for more information
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
@ -10,7 +8,7 @@ charset = utf-8
|
|||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{markdown,md,tex,yaml}]
|
||||
[*.{markdown,md,tex}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# 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.
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [pdflatex]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
@ -13,7 +10,6 @@ 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
|
||||
|
@ -32,12 +28,3 @@ repos:
|
|||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
args: [-disable-max-line-length]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pdflatex
|
||||
name: pdflatex draft mode
|
||||
entry: pdflatex
|
||||
args: ["-draftmode", "-halt-on-error"]
|
||||
language: system
|
||||
types: [tex]
|
||||
|
|
Loading…
Reference in New Issue