1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -05:00
Files
Ext4Fsd/Ext2Mgr/astyle.bat
2020-01-19 19:08:53 +01:00

3 lines
130 B
Batchfile

for /R %%a in (*.c;*.cpp;*.h;) do astyle.exe --indent=spaces=4 %%a
for /R %%a in (*.c;*.cpp;*.h;DIRS;sources;) do dos2unix %%a