Updated to mozilla format
This commit is contained in:
parent
4019e9c885
commit
443679f7d3
5 changed files with 531 additions and 381 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ build_shaders:
|
|||
$(SCMP) -V shaders/glsl/computeheadless.comp -o shaders/glsl/computeheadless.comp.spv
|
||||
|
||||
format:
|
||||
$(CF) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.cpp src/*.h src/*.hpp
|
||||
$(CF) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4, ContinuationIndentWidth: 8}" src/*.cpp src/*.h src/*.hpp
|
||||
|
||||
clean:
|
||||
rm ./bin/main.exe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue