mirror of
https://git.piraattipuolue.fi/mikaela/testi.git
synced 2025-08-19 10:37:36 +02:00
Compare commits
5 Commits
ab667a0208
...
ab3f5adf0d
Author | SHA1 | Date | |
---|---|---|---|
ab3f5adf0d | |||
f1abd588f2 | |||
7175e402fb | |||
57200a00c5 | |||
bbba9092f4 |
@ -1,3 +1,5 @@
|
||||
# See https://editorconfig.org for more information
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
@ -8,7 +10,7 @@ charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{markdown,md,tex}]
|
||||
[*.{markdown,md,tex,yaml}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +1,2 @@
|
||||
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
@ -1,8 +1,11 @@
|
||||
# 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: [latexmk]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
@ -10,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
|
||||
@ -28,3 +32,11 @@ repos:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
args: [-disable-max-line-length]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: latexmk
|
||||
name: latexmk
|
||||
entry: latexmk -quiet
|
||||
language: system
|
||||
types: [text, tex]
|
||||
|
Loading…
x
Reference in New Issue
Block a user