You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
245 B
6 lines
245 B
BasedOnStyle: LLVM
|
|
PointerAlignment: Left
|
|
ReflowComments: false
|
|
|
|
MacroBlockBegin: "^BEGIN_SOLO_PHASE_.|^BEGIN_DUAL_PHASE_.|^BEGIN_ACTIVE_PORTS|^BEGIN_DUAL_PORTS|^BEGIN_HASTE|^BEGIN_IF_."
|
|
MacroBlockEnd: "^END_PHASE|^END_PORTS|^END_HASTE|^END_IF"
|
|
|