Update README.md
[mfat.git] / .clang-format
blobe15dc9eb2f0dde3b80ebf800ef3ec3ef299e78c6
1 ---
2 Language: Cpp
3 BasedOnStyle: Chromium
4 AccessModifierOffset: -2
5 AllowShortFunctionsOnASingleLine: None
6 BinPackArguments: false
7 ColumnLimit: 100
8 IncludeCategories:
9   - Regex:    '^<mfat\.h>'
10     Priority: 1
11   - Regex:    '^<.*'
12     Priority: 3
13   - Regex:    '^"'
14     Priority: 2
15   - Regex:    '.*'
16     Priority: 4
17 SortIncludes: true
18 ...