diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-18 12:34:08 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-18 12:34:08 +0300 |
commit | 23d3e85dc3dc85db40ac310938084e19944f4db9 (patch) | |
tree | 6e3e959806c33682e30e43e0a9c09dd846b1cd89 /.tidyallrc | |
parent | c959a46cda2e271021ba2168d2830cc740dee236 (diff) | |
download | rspamd-23d3e85dc3dc85db40ac310938084e19944f4db9.tar.gz rspamd-23d3e85dc3dc85db40ac310938084e19944f4db9.zip |
[Minor] Reformat Pod documents
Diffstat (limited to '.tidyallrc')
-rw-r--r-- | .tidyallrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.tidyallrc b/.tidyallrc index 4e8f5f7bf..b90955938 100644 --- a/.tidyallrc +++ b/.tidyallrc @@ -17,9 +17,9 @@ select = **/*.{pl,pl.in,pm,pod} ;[PodSpell] ;select = **/*.{pl,pl.in,pm,pod} -;[PodTidy] -;select = **/*.{pl,pl.in,pm,pod} -;argv = --columns=120 +[PodTidy] +select = **/*.{pl,pl.in,pm,pod} +columns = 120 [Test::Vars] select = **/*.{pl,pl.in,pm,t} |