aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.clang-format
blob: c03fddde438dfd70d537547b13628df0358e2234 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                        
                          
               
                      
               

               
   
---
Language: Cpp
BasedOnStyle: Chromium

AccessModifierOffset: -4
IndentWidth: 4

IncludeCategories:
  - Regex: '^".*'
    Priority: 1
  - Regex: '^<(bar|baz)\.'
    Priority: 2
  - Regex: '^<boost\/'
    Priority: 3
  - Regex: '.*'
    Priority: 4
...