.clang-format (387B)
1 BasedOnStyle: Google 2 ColumnLimit: 80 3 4 SortIncludes: false 5 IndentPPDirectives: AfterHash 6 7 # The Google coding style states: 8 # You should do this consistently within a single file, so, when modifying an 9 # existing file, use the style in that file. 10 # Let's be more prescriptive and default to the one used in the Mozilla 11 # coding style 12 DerivePointerAlignment: false 13 PointerAlignment: Left 14