Welcome to mirror list, hosted at ThFree Co, Russian Federation.

astyle.bat « Ext2Mgr - github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d36082a2201c2cbe4e3131fa5c7d66a5198e3340 (plain)
1
2
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