Compare commits
No commits in common. "ab667a02089b96ab5b1d393e0172df6cd1dab32a" and "401f404ceb8bb1e60c56374d38144e6841e42053" have entirely different histories.
ab667a0208
...
401f404ceb
|
@ -1,14 +1,11 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{markdown,md,tex}]
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
@ -1 +1 @@
|
|||
* text=auto eol=lf linguist-detectable
|
||||
* text=auto linguist-detectable
|
||||
|
|
|
@ -300,3 +300,4 @@ TSWLatexianTemp*
|
|||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
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
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- id: destroyed-symlinks
|
||||
- id: detect-private-key
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
exclude_types: [tsv, markdown]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.1"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
args: [-disable-max-line-length]
|
|
@ -48,3 +48,4 @@ Phone: 555-555-5555
|
|||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
|
|
@ -37,3 +37,4 @@ Phone: 555-555-5555
|
|||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
|
|
@ -41,3 +41,4 @@ President, Feline Friends Association
|
|||
|
||||
\end{center}
|
||||
\end{document}
|
||||
|
||||
|
|
|
@ -49,3 +49,4 @@ Website: www.humanrights.org
|
|||
|
||||
\end{center}
|
||||
\end{document}
|
||||
|
||||
|
|
|
@ -44,3 +44,4 @@
|
|||
\end{itemize}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
|
|
@ -53,3 +53,4 @@ Phone: 555-555-5555
|
|||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
|
Loading…
Reference in New Issue