feat(gui): add toolbar widget
feat(gui): add grid_select, toggle, panel, status_bar, image widgets fix(bsp): fill in exterior cells
This commit is contained in:
parent
5a565844dd
commit
8d491612ab
63 changed files with 3150 additions and 1686 deletions
30
.clangd
Normal file
30
.clangd
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
CompileFlags:
|
||||
CompilationDatabase: .
|
||||
|
||||
Diagnostics:
|
||||
UnusedIncludes: None
|
||||
MissingIncludes: None
|
||||
ClangTidy:
|
||||
Add:
|
||||
- bugprone-sizeof-expression
|
||||
- bugprone-suspicious-memset-usage
|
||||
- bugprone-integer-division
|
||||
- bugprone-macro-parentheses
|
||||
- bugprone-bool-pointer-implicit-conversion
|
||||
- bugprone-multiple-statement-macro
|
||||
- performance-type-promotion-in-math-fn
|
||||
Remove:
|
||||
- bugprone-easily-swappable-parameters
|
||||
|
||||
InlayHints:
|
||||
Enabled: Yes
|
||||
ParameterNames: Yes
|
||||
DeducedTypes: Yes
|
||||
Designators: Yes
|
||||
BlockEnd: No
|
||||
|
||||
Hover:
|
||||
ShowAKA: Yes
|
||||
|
||||
Completion:
|
||||
AllScopes: Yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue