Add clang-format as part of CI
This commit is contained in:
@@ -4,6 +4,8 @@ precision mediump float;
|
||||
|
||||
uniform vec4 color;
|
||||
|
||||
void main() {
|
||||
void
|
||||
main()
|
||||
{
|
||||
gl_FragColor = color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user