We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I tried to ignore a rule on a variable declaration like this:
struct Bar {} struct Foo { // swift-format-ignore: DontRepeatTypeInStaticProperties var fooBar: Bar
However this didn't seem to work and I had to move the ignore to the struct declaration to work.