refactor: clang format line length

This commit is contained in:
Lars Toenning
2024-11-16 19:27:30 +01:00
parent c7779e1461
commit 1a0b2a8c5f
1352 changed files with 25994 additions and 26603 deletions

View File

@@ -284,45 +284,43 @@ namespace swift::misc
//! \note Human readable patterns are defined in CLogPattern::allHumanReadablePatterns
static const QStringList &allSpecialCategories()
{
static const QStringList cats {
uncategorized(),
aviation(),
audio(),
cache(),
cmdLine(),
context(),
contextSlot(),
dbus(),
dataInconsistency(),
download(),
driver(),
flightPlan(),
fsd(),
guiComponent(),
interpolator(),
json(),
mapping(),
matching(),
modelLoader(),
modelCache(),
modelSetCache(),
modelGui(),
network(),
plugin(),
swiftDbWebservice(),
swiftCore(),
swiftDataTool(),
swiftPilotClient(),
services(),
settings(),
startup(),
validation(),
vatsimSpecific(),
verification(),
webservice(),
wizard(),
worker()
};
static const QStringList cats { uncategorized(),
aviation(),
audio(),
cache(),
cmdLine(),
context(),
contextSlot(),
dbus(),
dataInconsistency(),
download(),
driver(),
flightPlan(),
fsd(),
guiComponent(),
interpolator(),
json(),
mapping(),
matching(),
modelLoader(),
modelCache(),
modelSetCache(),
modelGui(),
network(),
plugin(),
swiftDbWebservice(),
swiftCore(),
swiftDataTool(),
swiftPilotClient(),
services(),
settings(),
startup(),
validation(),
vatsimSpecific(),
verification(),
webservice(),
wizard(),
worker() };
return cats;
}
};