File: .perltidyrc

package info (click to toggle)
libpass-otp-perl 1.801-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: perl: 141; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
-l=120  # 120 characters per line
-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 )}