25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.astylerc 230 B

1234567891011121314
  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