зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
283 B
YAML
12 строки
283 B
YAML
---
|
|
# 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
|