Microsoft style is closest to mine

This commit is contained in:
Anthony Rose 2024-09-20 14:29:12 +01:00
parent 8f55aa1670
commit f065e94980

View file

@ -1,9 +1,9 @@
---
Language: Cpp
BasedOnStyle: WebKit
# https://www.webkit.org/code-style-guidelines/
#PointerAlignment: Right
BasedOnStyle: Microsoft
BreakBeforeBraces: Stroustrup
#PointerAlignment: Right // Uncomment for K&R C-style pointers.
---
Language: CSharp
BasedOnStyle: Microsoft
# https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions
BreakBeforeBraces: Allman