Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Update generaldevel.md
Browse files Browse the repository at this point in the history
indent parameter in single line to allow easy copy-and-paste
  • Loading branch information
joergsteffens committed May 27, 2015
1 parent 63996c0 commit e9a043d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manuals/en/developers/generaldevel.md
Expand Up @@ -252,9 +252,9 @@ tab character.
The closest set of parameters for the Linux <span>**indent**</span>
program that will produce reasonably indented code are:

-nbad -bap -bbo -nbc -br -brs -c36 -cd36 -ncdb -ce -ci3 -cli0
-cp36 -d0 -di1 -ndj -nfc1 -nfca -hnl -i3 -ip0 -l85 -lp -npcs
-nprs -npsl -saf -sai -saw -nsob -nss -nbc -ncs -nbfda
```
indent -nbad -bap -bbo -nbc -br -brs -c36 -cd36 -ncdb -ce -ci3 -cli0 -cp36 -d0 -di1 -ndj -nfc1 -nfca -hnl -i3 -ip0 -l85 -lp -npcs -nprs -npsl -saf -sai -saw -nsob -nss -nbc -ncs -nbfda
```

You can put the above in your .indent.pro file, and then just invoke
indent on your file. However, be warned. This does not produce perfect
Expand Down

0 comments on commit e9a043d

Please sign in to comment.