Skip to content
Snippets Groups Projects
Commit a6c89d91 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

#824 Add indent_with_spaces hook for source files

parent f886a438
No related branches found
No related tags found
No related merge requests found
repos: repos:
- repo: https://github.com/secondlife/git-hooks.git - repo: https://github.com/secondlife/git-hooks.git
rev: v1.0.0 rev: v1.0.2
hooks: hooks:
- id: opensource-license - id: opensource-license
- id: llsd - id: llsd
...@@ -9,6 +9,8 @@ repos: ...@@ -9,6 +9,8 @@ repos:
- id: end-of-file - id: end-of-file
files: \.(cpp|c|h|py|glsl|cmake|txt)$ files: \.(cpp|c|h|py|glsl|cmake|txt)$
exclude: language.txt exclude: language.txt
- id: indent-with-spaces
files: \.(cpp|c|h|inl|py|glsl|cmake)$
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.4.0
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment