Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation options are not applied to files being part of Packages #1461

Open
grzegorzkrukowski opened this issue Mar 14, 2024 · 1 comment

Comments

@grzegorzkrukowski
Copy link

We are using this in our project settings:

options:
  usesTabs: false
  indentWidth: 2
  tabWidth: 2

It works for all the files added to a root project, but we cannot find a way to set the same settings to all files being part of our Packages - all of them are using the user default settings, instead of project settings.

There is an indentation setting for each file in Packages - but I cannot find a way to modify it using XcodeGen.

I found a similar issue for a single file #1273 - but here it would be great to have something for all files being part of the given Package.

@yonaskolb
Copy link
Owner

We don't touch the individual files in a package, so I'm not sure this is possible. Is it possible to configure by hand in the project in a single place without using XcodeGen?

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

No branches or pull requests

2 participants