Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4 Version Editor: ignore whitespace

Does anyone know how to get the version editor in Xcode 4 to ignore whitespace?

Update:

I sent in a bug report. The bug report was closed as a duplicate. The state of the original bug report is closed. In the latest version of Xcode (4.3) I still cannot find a way to remove whitespace checking.

like image 379
rp90 Avatar asked Jan 25 '12 22:01

rp90


1 Answers

Solution:

Right click in the gutter between both editors and select "Hide Whitespaces".

enter image description here

I've also tried modifying git config (git config add core.whitespace) but that didn't work.

like image 61
Felipe Baytelman Avatar answered Sep 21 '22 00:09

Felipe Baytelman