yonaskolb / yonaskolb/XcodeGen
to support indentWidth and tabWidth for file
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
811DFF5F3CB6035673B5D2AF /* project.yml */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = text.yaml; path = project.yml; sourceTree = ""; tabWidth = 2; };
I added project.yml which indentWidth should be 2, but the project indentWidth is 4.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the project.yml PBXFileReference entry shown in the issue and trace how its indentWidth and tabWidth values are handled when the Xcode project is generated. Done means a project.yml file with both values set to 2 produces a project that preserves those settings instead of using indentWidth 4.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift, yaml
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100