view .pre-commit-config.yaml @ 528:9af6e508f630

toggle zoom with c-z when zoomed, else fallback to backgrounding
author zegervdv <zegervdv@me.com>
date Fri, 21 Jan 2022 15:51:36 +0100
parents 7004867c436c
children 627d2040c3ff
line wrap: on
line source

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.0.1
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace

  - repo: local
    hooks:
      - id: stylua
        name: Format with stylua
        description: Formats lua files
        entry: stylua
        language: system
        types: [lua]