From dfc94829e19fcf3e061419fa314f1fffe5852843 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Fri, 21 Jul 2023 22:54:16 -0400 Subject: [PATCH] Starter .perltidyrc, not yet finished --- .perltidyrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .perltidyrc diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 00000000..e33a7530 --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,18 @@ +-l=120 # Max line width is 120 cols +-i=4 # Indent level is 4 cols +-ci=4 # Continuation indent is 4 cols +-et=4 # four space tabs + +-b # Write the file inline and create a .bak file +-se # Errors to STDERR + +-vt=2 # Maximal vertical tightness +-cti=1 # No extra indentation for closing brackets +-pt=1 # Medium parenthesis tightness +-bt=1 # Medium brace tightness +-sbt=1 # Medium square bracket tightness +-bbt=1 # Medium block brace tightness +-nsfs # No space before semicolons +-nolq # Don't outdent long quoted strings +-nsbl # opening block brace on same line +-icb # indent closing brace