mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-07-06 20:50:52 +03:00
Fixed uniform buffer alignment
This commit is contained in:
@ -7,6 +7,9 @@ noExplicitConstructor:*
|
||||
# In most cases using STL algorithm functions causes unnecessary code bloat.
|
||||
useStlAlgorithm:*
|
||||
|
||||
# Non-static non-virtual stubs are often useful for establishing code structure.
|
||||
functionStatic:*
|
||||
|
||||
# cppcheck trips on #include <embedded_resources.h> and there's no way to
|
||||
# suppress that exlusively
|
||||
missingInclude:*
|
||||
|
Reference in New Issue
Block a user