Bug 1877642 - Disable browser_fullscreen-tab-close-race.js on apple_silicon !debug...
[gecko.git] / accessible / ios / .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