File: Indentation

package info (click to toggle)
stopt 6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,264 kB
  • sloc: cpp: 75,778; python: 6,012; makefile: 72; sh: 57
file content (4 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download | duplicates (2)
1
2
3
4
astyle -A1  -p -k3 -H -U -s4   -n  --recursive  "$HOME/GIT/STOPT/StOpt/StOpt/*.cpp"  "$HOME/GIT_REPOS/StOpt/StOpt/*.h" "$HOME/GIT_REPOS/StOpt/StOpt/*.hpp"
astyle -A1  -p -k3 -H -U -s4   -n  --recursive  "$HOME/GIT/STOPT/StOpt/test/c++/*.cpp"
astyle -A1  -p -k3 -H -U -s4   -n  --recursive  "$HOME/GIT/STOPT/StOpt/test/c++/*.h"
astyle -A1  -p -k3 -H -U -s4   -n  --recursive  "$HOME/GIT/STOPT/StOpt/R/StOptRegression/src/*.cpp"