mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
gen_src supports swapping AST_KINDS macros in parser.hpp
- Minor fixes to gencpp - Adjust .clang-format to be similar to the codebase's conventions
This commit is contained in:
@@ -71,7 +71,7 @@ BreakAfterAttributes: Always
|
||||
BreakArrays: true
|
||||
BreakBeforeInlineASMColon: OnlyMultiline
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeBraces: Attach
|
||||
BreakBeforeInheritanceComma: true
|
||||
BreakInheritanceList: BeforeComma
|
||||
BreakBeforeConceptDeclarations: true
|
||||
@@ -119,11 +119,11 @@ MaxEmptyLinesToKeep: 4
|
||||
|
||||
NamespaceIndentation: All
|
||||
|
||||
PointerAlignment: Left
|
||||
PointerAlignment: Right
|
||||
|
||||
QualifierAlignment: Leave
|
||||
QualifierAlignment: Right
|
||||
|
||||
ReferenceAlignment: Left
|
||||
ReferenceAlignment: Right
|
||||
|
||||
ReflowComments: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user