diff --git a/.gitignore b/.gitignore index 2298e5d..e5a3115 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ +# Build artifacts result alejandro_resume.* !alejandro_resume.tex +# Editor settings .vim/ + +# latexindent logfile +indent.log diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae4a755..ca9d876 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,3 +10,14 @@ repos: rev: 3.0.0 hooks: - id: alejandra-system + - repo: https://github.com/cmhughes/latexindent.pl + rev: V3.19.1 + hooks: + - id: latexindent + - repo: local + hooks: + - id: chktex + name: chktex + entry: chktex + language: system + types: [tex]