Mercurial > dotfiles
view .pre-commit-config.yaml @ 563:fb54ab50a72a
Revert "Replace surround with mini.surround for the function wrapping options"
This reverts commit 86ffd4e6b9aa4e16f762e25b6db7bd42ad473f75.
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 17 Feb 2022 11:28:41 +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]