Muzahid
Muzahid

Reputation: 5186

Xcode UI dotted separator issue

enter image description here

There are dotted separators in every line in my Xcode project. I am not sure where these come from.

My Xcode version is 15.0 and I am using Apple M2 Pro with OS Sonoma 14.0. I am also facing indentation issues with my remote repository. Seams like extra spaces added autometically.

Upvotes: -1

Views: 112

Answers (1)

Paulw11
Paulw11

Reputation: 114992

You have "Invisibles" enabled in the Xcode editor - This shows invisible characters, such as spaces and carriage returns, with symbols. The dot is a space.

To hide them, simply turn off the Invisibles option in the Editor menu

enter image description here

Upvotes: 1

Related Questions