Skip to content

Commit

Permalink
Add (default) debug build folders to .gitignore; change astyle option…
Browse files Browse the repository at this point in the history
…s to dedent switch cases.
  • Loading branch information
DasVinch committed Oct 1, 2024
1 parent fdba300 commit 8b8f4c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
build
_build
build_debug
install_debug
src/config.h
src/milk_config.h
local
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: astyle
name: astyle custom script lints C/C++
entry: /usr/bin/astyle
args: ['-A1', '-s4', '-U', '-p', '-j', '-xC80', '-xG', '-S', '-k3', '-q', '-n']
args: ['-A1', '-s4', '-U', '-p', '-j', '-xC80', '-xG', '-k3', '-q', '-n']
language: script
files: '\.(cpp|c|h|hpp)$'
stages: [commit, push]
Expand Down

0 comments on commit 8b8f4c1

Please sign in to comment.