gecko-dev/accessible/mac/.clang-format

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
283 B
Plaintext
Исходник Обычный вид История

---
# 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