2019-11-19 18:26:35 +00:00
|
|
|
astyle.exe -v --formatted --options=astyle-options.ini --exclude="libs" --exclude="extern" --recursive *.h
|
2021-05-08 13:05:47 +00:00
|
|
|
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
|
2019-11-11 20:02:52 +00:00
|
|
|
|
2023-03-14 09:33:41 +00:00
|
|
|
astyle.exe -v --formatted --options=astyle-options.ini --recursive ../doomclassic/*.h
|
|
|
|
astyle.exe -v --formatted --options=astyle-options.ini --recursive ../doomclassic/*.cpp
|
|
|
|
|
2022-09-10 19:28:59 +00:00
|
|
|
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
|
2021-03-17 20:01:43 +00:00
|
|
|
|
2022-09-10 19:28:59 +00:00
|
|
|
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/stb/*.h
|
|
|
|
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/tinyexr/*.h
|
|
|
|
|
|
|
|
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
|
2019-11-11 20:02:52 +00:00
|
|
|
|
2024-06-27 21:22:02 +00:00
|
|
|
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/zlib/*.h
|
|
|
|
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/zlib/*.c
|
|
|
|
REM astyle.exe -v --formatted --options=astyle-options.ini --recursive libs/zlib/*.cpp
|
2024-06-26 18:47:05 +00:00
|
|
|
|
2022-03-09 19:40:15 +00:00
|
|
|
astyle.exe -v -Q --options=astyle-options.ini --recursive shaders/*.hlsl
|
|
|
|
|
2024-06-27 21:22:02 +00:00
|
|
|
pause
|