gecko-dev/accessible/mac/.clang-format
Eitan Isaacson 2a6f71babd Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan
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
2020-08-25 21:40:32 +00:00

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