update .clang-format

This commit is contained in:
Corentin Le Molgat
2022-01-17 11:47:09 +01:00
parent a425d6ab8e
commit be974d9acf

View File

@@ -10,4 +10,5 @@ BasedOnStyle: Google
---
Language: CSharp
BasedOnStyle: Microsoft
NamespaceIndentation: None
...