選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.tidyallrc 506B

12345678910111213141516171819202122232425
  1. ; Run "tidyall -a" to process all files.
  2. ; Run "tidyall -g" to process all added or modified files in the current git working directory.
  3. ; Ignore third-party code
  4. ignore = contrib/**/* doc/doxydown/doxydown.pl
  5. ;[PerlCritic]
  6. ;select = **/*.{pl,pl.in,pm,t}
  7. [PerlTidy]
  8. select = **/*.{pl,pl.in,pm,t}
  9. argv = -l=120
  10. [PodChecker]
  11. select = **/*.{pl,pl.in,pm,pod}
  12. ;[PodSpell]
  13. ;select = **/*.{pl,pl.in,pm,pod}
  14. [PodTidy]
  15. select = **/*.{pl,pl.in,pm,pod}
  16. columns = 120
  17. [Test::Vars]
  18. select = **/*.{pl,pl.in,pm,t}