Updated to mozilla format

This commit is contained in:
Alejandro Saucedo 2020-07-31 06:46:01 +01:00
parent 4019e9c885
commit 443679f7d3
5 changed files with 531 additions and 381 deletions

View file

@ -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;