.perltidyrc

Mon, 25 Jan 2016 01:17:20 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 25 Jan 2016 01:17:20 -0500
changeset 246
f37fa5e96d76
parent 141
4f26ffc2789b
child 264
6606220d068f
permissions
-rw-r--r--

Temp fix indent annoyance with perl

141
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
1 -i=2 # Indent 2
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
2 -l=78 # Lines to 78
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
3 -ci=2 # indent continuing lines
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
4 -nolq # don't outdent long quotes
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
5 -csc -csci=30 # closing-side comments
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
6 -sbl # open brackets after named subs
4f26ffc2789b Update and comment perltidyrc
Meredith Howard <mhoward@roomag.org>
parents: 1
diff changeset
7 #-sot -sct # stack opening/closing tokens

mercurial