C++17/Qt6 application for disk recovery, repair, flashing, formatting, and USB security key creation on Windows. Includes CMake build system, tabbed UI shell with 6 main tabs, core type system with Result<T> monadic error handling, admin elevation, and dark Catppuccin theme.
12 lines
303 B
YAML
12 lines
303 B
YAML
BasedOnStyle: Microsoft
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
BreakBeforeBraces: Allman
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
SortIncludes: CaseInsensitive
|
|
IncludeBlocks: Regroup
|