summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2017-02-14.clang-format: update to 3.9.1James Zern
Change-Id: Ia51f2201df897651067d09122075953382b59139
2016-09-15.clang-format: update to 3.8.1James Zern
based on --style=Google with the following differences: 3a4 > # Generated with clang-format 3.8.1 13c14 < AllowShortCaseLabelsOnASingleLine: false --- > AllowShortCaseLabelsOnASingleLine: true 41c42 < ConstructorInitializerAllOnOneLineOrOnePerLine: true --- > ConstructorInitializerAllOnOneLineOrOnePerLine: false 44,45c45,46 < Cpp11BracedListStyle: true < DerivePointerAlignment: true --- > Cpp11BracedListStyle: false > DerivePointerAlignment: false 73c74 < PointerAlignment: Left --- > PointerAlignment: Right 75c76 < SortIncludes: true --- > SortIncludes: false SortIncludes will like be enabled in a future commit Change-Id: I5c404f44081b65354e7f526411c91fbbe31ac5af
2016-07-26.clang-format: disable DerivePointerAlignmentJames Zern
everything outside of third_party should follow 'PointerAlignment: right' i.e., associate the '*' with the variable + add a note about the clang-format that generated this file Change-Id: I13e3f4f5fb6e22a8fa7fc3d06879c995b7c41a39
2016-07-15add .clang-format, based on Google styleJames Zern
derived from clang-format 3.7.1; same as used in libaom Change-Id: I8ea915a41d1f2ea3b0d4e4dab9ebc808e9116f11