Recently, we switched our code style, and our Tuist project definition files are left untouched. Is there any way to autoformat the Tuist project definition files?
Hi @setoelkahfi and welcome to the community forum ,
Tuist manifest files are source files like any Swift file in your project, so you should be able to format it with tools like SwiftFormat by Nick Lockwood or swift-format by Apple. You’ll have to make sure the tool is configured to include those files.