Microsoft style is closest to mine
This commit is contained in:
parent
8f55aa1670
commit
f065e94980
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue