[Swift] Moves grpc example to grpc/examples (#6479)
[platform/upstream/flatbuffers.git] / .clang-format
1 ---
2 Language: Cpp
3 BasedOnStyle: Google
4 DerivePointerAlignment: false
5 PointerAlignment: Right
6 IndentPPDirectives: AfterHash
7 Cpp11BracedListStyle: false
8 AlwaysBreakTemplateDeclarations: false
9 AllowShortCaseLabelsOnASingleLine: true
10 SpaceAfterTemplateKeyword: false
11 AllowShortBlocksOnASingleLine: true
12 ...
13