Skip to content
Snippets Groups Projects
Commit f3a201dc authored by rtoy's avatar rtoy
Browse files

GNU indent options used for indenting C code.

parent f7aaf15e
No related branches found
No related tags found
No related merge requests found
/* For GNU indent */
--indent-level4
--line-length80
--braces-on-if-line
--cuddle-else
--braces-on-struct-decl-line
--dont-format-first-column-comments
--continue-at-parentheses
--no-space-after-function-call-names
--leave-optional-blank-lines
--break-before-boolean-operator
--blank-lines-after-declarations
--blank-lines-after-procedures
--case-indentation2
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