mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
|
# Workaround needed for handling non-ASCII in files.
|
||
|
# # 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
|
||
|
-nsfs # no spaces before semicolons
|
||
|
-baao # space after operators
|
||
|
-bbao # space before operators
|
||
|
-pt=2 # no spaces around ()
|
||
|
-bt=2 # no spaces around []
|
||
|
-sbt=2 # no spaces around {}
|
||
|
-sct # stack closing tokens )}
|