mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-29 13:18:30 -05:00
3 lines
130 B
Batchfile
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
|