...

Text file src/github.com/google/flatbuffers/.clang-format

Documentation: github.com/google/flatbuffers

     1---
     2Language: Cpp
     3BasedOnStyle: Google
     4DerivePointerAlignment: false
     5PointerAlignment: Right
     6IndentPPDirectives: AfterHash
     7Cpp11BracedListStyle: false
     8AlwaysBreakTemplateDeclarations: false
     9AllowShortCaseLabelsOnASingleLine: true
    10SpaceAfterTemplateKeyword: false
    11AllowShortBlocksOnASingleLine: true
    12...
    13

View as plain text