feat: add a custom made treewide formatter (#7992)

This commit is contained in:
Artur Manuel 2024-10-07 19:49:19 +01:00 committed by GitHub
parent 5bf7b1e1fa
commit 46d990f1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 168 additions and 5 deletions

4
.gitignore vendored
View file

@ -14,6 +14,7 @@ _deps
build/
result*
/.pre-commit-config.yaml
/.vscode/
/.idea/
.envrc
@ -39,3 +40,6 @@ PKGBUILD
src/version.h
hyprpm/Makefile
hyprctl/Makefile
**/.#*.*
**/#*.*#