You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 06:01:39 UTC

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

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

Alan Gates reassigned PIG-65:
-----------------------------

    Assignee: Charlie Groves

> convert tabs to spaces
> ----------------------
>
>                 Key: PIG-65
>                 URL: https://issues.apache.org/jira/browse/PIG-65
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Charlie Groves
>            Assignee: Charlie Groves
>            Priority: Minor
>             Fix For: 0.1.0
>
>         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.