indent
Verified for current stable LTS
Indent Command: Format Source Knr Style
Use for format source knr style with Indent. Exact CLI syntax to format source knr style using Indent.
When to use this: Use for format source knr style with Indent.
Command Syntax
indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob Live Command Builder
Final Command
indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob Command Breakdown
-nbad- Command Option
- Tool-specific option used by this command invocation.
-bap- Command Option
- Tool-specific option used by this command invocation.
-nbc- Command Option
- Tool-specific option used by this command invocation.
-br- Command Option
- Tool-specific option used by this command invocation.
-c33- Command Option
- Tool-specific option used by this command invocation.
-cd33- Command Option
- Tool-specific option used by this command invocation.
-ncdb- Command Option
- Tool-specific option used by this command invocation.
-ce- Command Option
- Tool-specific option used by this command invocation.
-ci4- Command Option
- Tool-specific option used by this command invocation.
-cli0- Command Option
- Tool-specific option used by this command invocation.
-cs- Command Option
- Tool-specific option used by this command invocation.
-d0- Command Option
- Tool-specific option used by this command invocation.
-di1- Command Option
- Tool-specific option used by this command invocation.
-nfc1- Command Option
- Tool-specific option used by this command invocation.
-nfcb- Command Option
- Tool-specific option used by this command invocation.
-i4- Command Option
- Tool-specific option used by this command invocation.
-nip- Command Option
- Tool-specific option used by this command invocation.
-l75- Command Option
- Tool-specific option used by this command invocation.
-lp- Command Option
- Tool-specific option used by this command invocation.
-npcs- Command Option
- Tool-specific option used by this command invocation.
-nprs- Command Option
- Tool-specific option used by this command invocation.
-npsl- Command Option
- Tool-specific option used by this command invocation.
-nsc- Command Option
- Tool-specific option used by this command invocation.
-nsob- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format source knr style using Indent.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Indent Command: Format Source Berkeley Style
indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8 Indent Command: Format Source Gnu Style Save To Different File indent -gnu <path/to/source.c> -o <path/to/indented_source.c> Indent Command: Format Source Kr Style No Tabs 3 Spaces Wrap 120 indent -kr -il3 -nut -l120 <path/to/source.c> -o <path/to/indented_source.c> Indent Command: Format Source Linux Style With Backup indent -linux <path/to/source1.c path/to/source2.c ...>