Skip to content

Commit

Permalink
experiment: Unify perl linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr committed Oct 26, 2023
1 parent 64b339c commit 77c400e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .perltidyrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# # See <https://github.com/houseabsolute/perl-code-tidyall/issues/84>.
--character-encoding=none
--no-valign
# 120 characters would be desired but it is not feasible right now
#-l=120 # 120 characters per line
-l=160
-fbl # don't change blank lines
-fnl # don't remove new lines
-fnl # don't remove new lines
-nsfs # no spaces before semicolons
-baao # space after operators
-bbao # space before operators
Expand Down

0 comments on commit 77c400e

Please sign in to comment.