Vec<T> works!!!!!!!!!!

This commit is contained in:
2025-05-12 21:37:13 +03:00
parent 8be9917349
commit a45b7cbb21
146 changed files with 446 additions and 7030 deletions

View File

@@ -43,7 +43,7 @@ AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: false