diff options
author | Christian Segundo | 2023-10-12 14:22:06 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-12 14:22:06 +0200 |
commit | fe2bd279569cd20ba6f7e7e08a4eb948479140d1 (patch) | |
tree | 94b1c928417a81cef27d1ff333c6a7c584c4bc53 /public/perl/.perltidyrc | |
parent | 745c9d0886b364ab867150548d1841e4317693cb (diff) | |
download | dotfiles-fe2bd279569cd20ba6f7e7e08a4eb948479140d1.tar.gz |
add perl
Diffstat (limited to 'public/perl/.perltidyrc')
-rw-r--r-- | public/perl/.perltidyrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/perl/.perltidyrc b/public/perl/.perltidyrc new file mode 100644 index 0000000..b56aa96 --- /dev/null +++ b/public/perl/.perltidyrc @@ -0,0 +1,7 @@ +--ignore-side-comment-lengths +--minimum-space-to-comment=1 +--no-outdent-long-comments +--no-outdent-long-quotes +--variable-maximum-line-length +--character-encoding=utf8 +-i=2 |