- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
FILES="`find src -type f -name '*.ts'`"
|
|
|
|
./node_modules/.bin/clang-format -i -style=file $FILES
|