Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

23 рядки
566 B

  1. # cuddled elses pls
  2. -ce
  3. # indent 2 spaces
  4. -i=2
  5. # for tokens with things like arrays, start the data next line down one indent in
  6. -lp
  7. # align closing tokens for things like arrays with the opening token
  8. -cti=1
  9. # default, but spaces between multiple entries, none with one arg
  10. -pt=1
  11. # line encoding
  12. -ole=unix
  13. # braces not on new line
  14. -nsbl
  15. # stack opening tokens, don't create a new line with one token, note no stacking of closing tokens
  16. -sot
  17. # no space before ;'s in for loops
  18. -nsfs
  19. # Make curly braces act more like the args param
  20. -bbt=1
  21. # Trim qw whitespaces
  22. -tqw