Skip to content

Add tab and indentation info.#109

Open
MaddTheSane wants to merge 1 commit into
MacPaw:masterfrom
MaddTheSane:indentation
Open

Add tab and indentation info.#109
MaddTheSane wants to merge 1 commit into
MacPaw:masterfrom
MaddTheSane:indentation

Conversation

@MaddTheSane
Copy link
Copy Markdown

This patch adds tab and spacing info to folders.
This can be used to reduce whitespace noise.

@Krivoblotsky
Copy link
Copy Markdown

Hi @MaddTheSane — another one that fell through the cracks, sorry about that.

Adding Xcode indentation settings to project.pbxproj is a straightforward consistency improvement. We'll take a look and get this resolved. Thanks again for all three contributions — we appreciate your continued interest in the project.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Xcode project file to annotate certain PBXGroup folders with tab/indentation preferences, aiming to reduce whitespace-only diffs/noise in those areas.

Changes:

  • Add usesTabs metadata to several PBXGroup entries (project root group, wavpack, XADMasterTests).
  • Add indentWidth = 2 (and usesTabs = 0) metadata to the lzma group.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

);
name = XADMaster;
sourceTree = "<group>";
usesTabs = 1;
);
path = wavpack;
sourceTree = "<group>";
usesTabs = 0;
Comment on lines +3124 to +3127
indentWidth = 2;
path = lzma;
sourceTree = "<group>";
usesTabs = 0;
);
path = XADMasterTests;
sourceTree = "<group>";
usesTabs = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants