mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
2a6f71babd
I also altered the mode line in all the file headers so that editors use the correct syntax features. Differential Revision: https://phabricator.services.mozilla.com/D88081
12 lines
283 B
YAML
12 lines
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
|