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 Language: Cpp
BasedOnStyle: WebKit BasedOnStyle: Microsoft
# https://www.webkit.org/code-style-guidelines/ BreakBeforeBraces: Stroustrup
#PointerAlignment: Right #PointerAlignment: Right // Uncomment for K&R C-style pointers.
--- ---
Language: CSharp Language: CSharp
BasedOnStyle: Microsoft BasedOnStyle: Microsoft
# https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions BreakBeforeBraces: Allman