File: indent.bat

package info (click to toggle)
bcpp 0.0.20180401-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 940 kB
  • sloc: cpp: 4,956; sh: 3,144; makefile: 262
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