X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=TODO;h=4b6341fb51992fa4cf760ec5a44240cd6e886e68;hb=8aa69fbac36a21cad0a1c0d5b3452a546d427d7f;hp=463f148d392d54e51a073fba698b5a7de6992f84;hpb=8650cadc9aaa12d0fb1d7025ad8fefda9c3df636;p=perltidy.git diff --git a/TODO b/TODO index 463f148..4b6341f 100644 --- a/TODO +++ b/TODO @@ -6,12 +6,8 @@ Perltidy TODO List Improved Vertical Alignment There are many opportunities for improving vertical alignment. - More options for controling placement of opening/closing tokens - Many have requested even more options to control opening and closing - token placement. - improved ?: formatting - An indentation level should be associated with ?: statements. This will + An indentation level should be associated with ?: statements. This would make nested ?: statements more readable. improved internal if/unless formatting @@ -25,11 +21,6 @@ Perltidy TODO List and $ship->firepower >= $encounter->firepower and $location->status ne 'neutral'; - enable -ole under Windows - This only works under unix (or cygwin) at present. It doesn't work for - Windows versions, such as Active State, because they change line endings - that they don't like. - Documentation A FAQ is needed to explain some of the more subtle formatting issues, and to give examples of different styles.