You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Charlie Groves (JIRA)" <ji...@apache.org> on 2008/02/06 22:31:07 UTC

[jira] Updated: (PIG-65) convert tabs to spaces

     [ https://issues.apache.org/jira/browse/PIG-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charlie Groves updated PIG-65:
------------------------------

    Attachment: tabs_to_spaces_post_PIG-32.diff

Here's a version of the patch for trunk as of r619153.

> convert tabs to spaces
> ----------------------
>
>                 Key: PIG-65
>                 URL: https://issues.apache.org/jira/browse/PIG-65
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Charlie Groves
>            Priority: Minor
>         Attachments: tabs_to_spaces.diff, tabs_to_spaces_post_PIG-32.diff
>
>
> Many of the pig source files mix tabs and 4 spaces for indentation.  This is particularly painful for me when reading the code as I've set up my editor to indent tabs 8 spaces so I can catch if I actually use them anywhere, and the source jumps back and forth in indentation level, sometimes from line to line.
> The patch replaces all tabs with 4 spaces in java code since that's what's mentioned as the standard in the wiki.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.