no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / accessible / mac / .clang-format
blob269bce4d0fa21acde9f8d8610fbebf9920d8a143
1 ---
2 # Objective C formatting rules.
3 # Since this doesn't derive from the Cpp section, we need to redifine the root rules here.
4 Language: ObjC
5 BasedOnStyle: Google
7 DerivePointerAlignment: false
8 PointerAlignment: Left
9 SortIncludes: false
10 ColumnLimit: 80
11 IndentPPDirectives: AfterHash