Skip to content

Extend IndentPPDirectives with a BeforeHash option #35367

@aardappel

Description

@aardappel
Bugzilla Link 36019
Version trunk
OS All
CC @hartwork
Fixed by commit(s) rL356613

Extended Description

Currently IndentPPDirectives can have values None:

#ifdef FOO
#define BAR
#endif

or AfterHash:

#ifdef FOO
#    define BAR
#endif

I am suggesting to also add BeforeHash:

#ifdef FOO
    #define BAR
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions