r60/sfn: Update .clang-format

* Short inline methods in headers may stay on one line.
* Include system headers last to avoid hidden dependencies.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36542>
This commit is contained in:
Gert Wollny
2025-08-03 21:44:57 +02:00
committed by Marge Bot
parent 6b693e281a
commit 2bb3e5c265
@@ -2,11 +2,21 @@
BasedOnStyle: InheritParentConfig
DisableFormat: false
AllowShortFunctionsOnASingleLine: true
AlwaysBreakAfterReturnType: TopLevel
AllowShortEnumsOnASingleLine: false
BinPackParameters: false
BinPackArguments: false
# Include local files first and go to more general files
# to avoid hidden dependencies
IncludeCategories:
- Regex: '<[[:alnum:].]+>'
Priority: 3
- Regex: '.*\/.*'
Priority: 2
- Regex: '.*'
Priority: 1
ColumnLimit: 90
IncludeBlocks: Regroup