Adding clang format

This commit is contained in:
Dynamitos
2025-01-23 16:10:28 +01:00
parent bcd9c6b1c4
commit 4566e19526
4 changed files with 33 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
class Model
{
public:
std::vector<glm::vec3> positions;
std::vector<uint32_t> indices;
};