You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 line
230 B

  1. --style=google
  2. --indent=spaces
  3. --indent-preproc-define
  4. --indent-preproc-cond
  5. --pad-oper
  6. --pad-comma
  7. --pad-header
  8. #--unpad-paren
  9. --align-pointer=name
  10. --add-braces
  11. --convert-tabs
  12. --mode=c
  13. # disable backup files
  14. --suffix=none