Skip to content
Snippets Groups Projects
Commit 2b9938ce authored by Volker Springel's avatar Volker Springel
Browse files

deleted old gnu-indent in favour of clang-format

parent ab806acd
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
## script to format the source code uniformly.
## Only works under linux. If you are using OSX, replace
## 'indent -gnu' with 'gnuindent'
indent -gnu -npsl -npcs -nbs -nsaf -nsai -nsaw -nprs -bap -pmt -nut -lp -hnl -nut -l200 ./src/*/*.c
indent -gnu -npsl -npcs -nbs -nsaf -nsai -nsaw -nprs -bap -pmt -nut -lp -hnl -nut -l200 ./src/*/*/*.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment