.indent.pro 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. // INDENT setup file:
  2. // basically the GNU-style of coding
  3. //
  4. --no-blank-lines-after-declarations
  5. --blank-lines-after-procedures
  6. --no-blank-lines-after-commas
  7. --break-before-boolean-operator
  8. --braces-on-if-line // after
  9. --brace-indent2 // 2 <-
  10. --braces-on-struct-decl-line //
  11. --comment-indentation25 // 32
  12. --declaration-comment-column30 // 1?
  13. --no-comment-delimiters-on-blank-lines
  14. --dont-cuddle-else
  15. --else-endif-column1
  16. --space-after-cast
  17. --declaration-indentation8 // 2
  18. -ndj // what does this mean?
  19. --dont-format-first-column-comments
  20. --dont-format-comments
  21. --honour-newlines
  22. --indent-level4 // 2
  23. --parameter-indentation6 // 5
  24. --continue-at-parentheses
  25. --space-after-procedure-calls
  26. --procnames-start-lines
  27. --dont-star-comments
  28. --leave-optional-blank-lines
  29. --tab-size0
  30. --line-length80