Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / nsprpub / .clang-format
blob37d82b95d614c14cb659f358c2ac56cb89f0ef1f
1 BasedOnStyle: Google
2 ColumnLimit: 80
4 SortIncludes: false
5 IndentPPDirectives: AfterHash
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