summaryrefslogtreecommitdiffstats
path: root/accessible/mac/.clang-format
blob: 269bce4d0fa21acde9f8d8610fbebf9920d8a143 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# Objective C formatting rules.
# Since this doesn't derive from the Cpp section, we need to redifine the root rules here.
Language: ObjC
BasedOnStyle: Google

DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: false
ColumnLimit: 80
IndentPPDirectives: AfterHash