search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Astyle Commands
13 astyle entries
Limited to 100 results
astyle Operations
Astyle Command: Allman Style With Broken Braces
astyle -A1 <path/to/file> astyle Operations
Astyle Command: Apply Allman Style
astyle -A1 <path/to/file> astyle Operations
Astyle Command: Apply Allman Style Broken Braces
astyle -A1 <path/to/file> astyle Operations
Astyle Command: Apply Custom Indent Spaces
astyle -s<number_of_spaces> <path/to/file> astyle Operations
Astyle Command: Apply Custom Indent Tabs
astyle -t<number_of_tabs> <path/to/file> astyle Operations
Astyle Command: Apply Default Style
astyle <source_file> astyle Operations
Astyle Command: Apply Default Style 4 Spaces
astyle <source_file> astyle Operations
Astyle Command: Apply Java Style
astyle -A2 <path/to/file> astyle Operations
Astyle Command: Apply Java Style Attached Braces
astyle -A2 <path/to/file> astyle Operations
Astyle Command: Custom Indent With Spaces
astyle -s<number_of_spaces> <path/to/file> astyle Operations
Astyle Command: Custom Indent With Tabs
astyle -t<number_of_tabs> <path/to/file> astyle Operations
Astyle Command: Default Style
astyle <source_file> astyle Operations
Astyle Command: Java Style With Attached Braces
astyle -A2 <path/to/file>