Add clang-format to format C# files
parent
25e6568023
commit
df4c8dfbfe
|
@ -0,0 +1,4 @@
|
||||||
|
BasedOnStyle: Google
|
||||||
|
---
|
||||||
|
Language: CSharp
|
||||||
|
ColumnLimit: 100
|
|
@ -0,0 +1,5 @@
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
|
rev: v18.1.8
|
||||||
|
hooks:
|
||||||
|
- id: clang-format
|
Loading…
Reference in New Issue