Updated to mozilla format

This commit is contained in:
Alejandro Saucedo 2020-07-31 06:50:21 +01:00
parent 443679f7d3
commit f710ce189d
5 changed files with 159 additions and 173 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, ContinuationIndentWidth: 8}" src/*.cpp src/*.h src/*.hpp
$(CF) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.cpp src/*.h src/*.hpp
clean:
rm ./bin/main.exe;