mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-08 07:33:35 +01:00
don't indent post-processes directives
This commit is contained in:
@@ -194,7 +194,7 @@ IndentCaseBlocks: false
|
|||||||
IndentGotoLabels: true
|
IndentGotoLabels: true
|
||||||
IndentExternBlock: AfterExternBlock # (AfterExternBlock,NoIndent,Indent)
|
IndentExternBlock: AfterExternBlock # (AfterExternBlock,NoIndent,Indent)
|
||||||
IndentRequiresClause: false
|
IndentRequiresClause: false
|
||||||
IndentPPDirectives: AfterHash # preprocessor indent style (None,AfterHash,BeforeHash)
|
IndentPPDirectives: None # preprocessor indent style (None,AfterHash,BeforeHash)
|
||||||
PPIndentWidth: 1
|
PPIndentWidth: 1
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
#define atrb_pure __attribute__((pure))
|
#define atrb_pure __attribute__((pure))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if __has_attribute(const)
|
#if __has_attribute(const)
|
||||||
#undef atrb_const
|
#undef atrb_const
|
||||||
#define atrb_const __attribute__((const))
|
#define atrb_const __attribute__((const))
|
||||||
@@ -48,4 +47,3 @@
|
|||||||
#undef atrb_depatrb_deprecated
|
#undef atrb_depatrb_deprecated
|
||||||
#define atrb_deprecated __declspec(deprecated)
|
#define atrb_deprecated __declspec(deprecated)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user