1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-31 22:21:13 +02:00

Make include order follow Google/LLVM/Lakos guidelines

This commit is contained in:
Luke Peterson 2021-03-21 12:26:29 -07:00
parent 6132c67bd2
commit 651d5e18a3
3 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@
BreakBeforeBraces: Attach
ColumnLimit: '100'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
IncludeBlocks: Regroup
IncludeBlocks: Preserve
IndentPPDirectives: AfterHash
IndentWidth: '2'
NamespaceIndentation: All