diff options
Diffstat (limited to '')
| -rw-r--r-- | src/.clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-format b/src/.clang-format index f9a5d1378..fc1bbb297 100644 --- a/src/.clang-format +++ b/src/.clang-format | |||
| @@ -50,6 +50,8 @@ IncludeCategories: | |||
| 50 | Priority: 1 | 50 | Priority: 1 |
| 51 | - Regex: '^\<(boost|catch|dynarmic|glad|inih|nihstro)/' | 51 | - Regex: '^\<(boost|catch|dynarmic|glad|inih|nihstro)/' |
| 52 | Priority: 3 | 52 | Priority: 3 |
| 53 | - Regex: '^\<(SDL|SoundTouch|Q)' | ||
| 54 | Priority: 3 | ||
| 53 | - Regex: '^\<' | 55 | - Regex: '^\<' |
| 54 | Priority: 2 | 56 | Priority: 2 |
| 55 | IndentCaseLabels: false | 57 | IndentCaseLabels: false |