Skip to content

Commit

Permalink
Update clang
Browse files Browse the repository at this point in the history
Ubuntu 20.04 use clang 14
  • Loading branch information
mosfet80 authored Nov 6, 2024
1 parent 8703caf commit 30f06ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: clang-format
name: clang-format
description: Format files with ClangFormat.
entry: clang-format-10
entry: clang-format-14
language: system
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|proto|vert)$
args: ['-fallback-style=none', '-i']

0 comments on commit 30f06ac

Please sign in to comment.