File: indent.bat

package info (click to toggle)
bcpp 0.0.20050725-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 828 kB
  • sloc: cpp: 4,410; sh: 2,871; makefile: 185
file content (3 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (7)
1
2
3
@echo off
if %1!==! %0 *.c *.cc *.cpp *.h *.java *.js
for %%P in ( %1 %2 %3 %4 %5 %6 %7 %8 %9 ) do bcpp -fnc indent.cfg %%P