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
|
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
|
||||||
|
|
Loading…
Reference in a new issue