Add clang-format as part of CI

This commit is contained in:
Benjamin Schaaf
2021-11-12 20:27:47 +11:00
parent e78bd99305
commit a92104e27c
23 changed files with 560 additions and 452 deletions

View File

@@ -4,6 +4,8 @@ precision mediump float;
uniform vec4 color;
void main() {
void
main()
{
gl_FragColor = color;
}