diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
| commit | c39de958ace0d6dc0abdf5667bb50a43d9930927 (patch) | |
| tree | f756c50e9ed36a79b76eef911969cd76285093ea /http/.perltidyrc | |
initial
Diffstat (limited to 'http/.perltidyrc')
| -rw-r--r-- | http/.perltidyrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/http/.perltidyrc b/http/.perltidyrc new file mode 100644 index 0000000..ffd9173 --- /dev/null +++ b/http/.perltidyrc @@ -0,0 +1,14 @@ +-pbp # Start with Perl Best Practices +-w # Show all warnings +-iob # Ignore old breakpoints +-l=120 # 120 characters per line +-mbl=2 # No more than 2 blank lines +-i=5 # Indentation is 2 columns +-ci=2 # Continuation indentation is 2 columns +-vt=0 # Less vertical tightness +-pt=2 # High parenthesis tightness +-bt=2 # High brace tightness +-sbt=2 # High square bracket tightness +-wn # Weld nested containers +-isbc # Don't indent comments without leading space +-nst # Don't output to STDOUT
\ No newline at end of file |
