Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
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
The indention, by default, is 4, which means 4
dots
. You can hide it, as @Paulw11 pointed out in his comment. Change its value on theIndentation
tab. Or remove these indentions when inserting a new line.Differences are shown below when
git diff
. Above is with indentions, and below is without indentions.