git hooks

This commit is contained in:
2023-04-30 15:55:44 +03:00
parent f67def6a8d
commit 448fa22705
5 changed files with 84 additions and 3 deletions

View File

@@ -26,6 +26,11 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
indent_size = unset
[.githooks/**]
indent_style = space
indent_size = 2
[{node_modules/**,.git/**}]
charset = unset