Skip to main content
summaryrefslogblamecommitdiffstats
blob: 63f88092bc09a820a75ca7567c12b214f4a83d8f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                 
BasedOnStyle: LLVM

# Set column width to 120
ColumnLimit: 120

# Sorting include statements will put "windows.h" last and result in build error.
# To avoid unpredictable build errors, disable sorting.
SortIncludes: false

# Use 4 spaces as indentation
IndentWidth: 4
UseTab: Never

Back to the top