mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Format doomclassic with Astyle too
This commit is contained in:
parent
fd975a8f24
commit
a5a6bf0e33
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
astyle.exe -v --formatted --options=astyle-options.ini --exclude="libs" --exclude="extern" --recursive *.h
|
||||
astyle.exe -v --formatted --options=astyle-options.ini --exclude="libs" --exclude="extern" --exclude="d3xp/gamesys/SysCvar.cpp" --exclude="d3xp/gamesys/Callbacks.cpp" --exclude="sys/win32/win_cpu.cpp" --recursive *.cpp
|
||||
|
||||
astyle.exe -v --formatted --options=astyle-options.ini --recursive ../doomclassic/*.h
|
||||
astyle.exe -v --formatted --options=astyle-options.ini --recursive ../doomclassic/*.cpp
|
||||
|
||||
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/imgui/*.h
|
||||
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/imgui/*.cpp
|
||||
|
||||
|
@ -10,8 +13,6 @@ REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/tiny
|
|||
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/oggvorbis/*.h
|
||||
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/oggvorbis/*.c
|
||||
|
||||
astyle.exe -v -Q --options=astyle-options.ini --recursive ../base/renderprogs/*.hlsl
|
||||
|
||||
astyle.exe -v -Q --options=astyle-options.ini --recursive shaders/*.hlsl
|
||||
|
||||
pause
|
Loading…
Reference in a new issue