How to set tab indentation settings in a project in Xcode

Viewed 22

I have my tab indentation settings set to tabs with a tab width of 4 spaces.

However, when I open up a React Native project in Xcode, it overrides my settings with an indentation of 2 spaces.

How do you change the settings back to mine in this project?

1 Answers

Xcode's Text Editing preferences is where you set the indentation settings. Choose Xcode > Preferences to access Xcode's preferences.

enter image description here

Related