mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
25 lines
344 B
Plaintext
25 lines
344 B
Plaintext
# .perltidyrc - Configuration for perltidy
|
|
|
|
## Indentation
|
|
|
|
--indent-columns=2
|
|
--continuation-indentation=2
|
|
--extended-continuation-indentation
|
|
|
|
## Line length and wrapping
|
|
|
|
--maximum-line-length=160
|
|
|
|
## Brackets spaces
|
|
|
|
--paren-tightness=0
|
|
--brace-tightness=0
|
|
--block-brace-tightness=0
|
|
|
|
## Comments
|
|
|
|
## Blocks
|
|
|
|
--cuddled-else
|
|
--cuddled-blocks
|