Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.clang-format « Alohalytics « 3party - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ad158197b6ff843b5d044e0baa8d076c32d865b (plain)
1
2
3
4
5
6
7
8
BasedOnStyle: Google
ColumnLimit: 120 # Fits GitHub pull-request review width.
BinPackParameters: false  # Allow either all method's parameters on one line or one parameter per line, no packing.

Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Middle