xi-editor / xi-mac

The xi-editor mac frontend.
Apache License 2.0
3.02k stars 147 forks source link

Make use of spaces explicit in project setting #457

Closed jeremywiebe closed 5 years ago

jeremywiebe commented 5 years ago

This is a tiny PR to make the Spaces/Tabs setting explicit in the project. Right now the project doesn't specify it and so for folks who have Xcode set to use Spaces in their preferences, everything just works. But if anyone has the Xcode preference set to use Tabs, then Xcode applies that setting to the Xi-Editor project and it results in lots of spaces changed to tabs in PRs. Not good.

So this makes it explicit. This shouldn't result in any actual changes for anyone.

Related to #448