Re: Stopping XCode From Inserting Tab Characters
Re: Stopping XCode From Inserting Tab Characters
- Subject: Re: Stopping XCode From Inserting Tab Characters
- From: lwj <email@hidden>
- Date: Thu, 25 Apr 2013 09:40:17 -0700
On Apr 24, 2013, at 11:37 AM, Jens Alfke < email@hidden> wrote: I personally have never understood this (why worry about things you can't see that don't affect parsing and don't make the file noticeably bigger?) but apparently you're not alone, as Google's coding style guidelines also forbid trailing whitespace.
This isn't a problem until you are not the only developer working on the file. At which point these unseen characters get changed and at best show up as diffs (that can be ignored) or detected as conflicts by merge tools. Then it becomes a pain.
Wayne |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden