We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
实践中我们通常希望格式化总是输出出稳定的格式,但是手写代码允许有多种可用的格式,例如:
if 1 or 2 then elseif 3 then end
格式化的时候我希望总是可以输出成下面的格式,但是我手写时上面的格式也是允许的。 因此希望可以增加诊断专用的 allow 系列设置,这些设置仅仅是用于抑制风格诊断。
allow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
实践中我们通常希望格式化总是输出出稳定的格式,但是手写代码允许有多种可用的格式,例如:
格式化的时候我希望总是可以输出成下面的格式,但是我手写时上面的格式也是允许的。
因此希望可以增加诊断专用的
allow
系列设置,这些设置仅仅是用于抑制风格诊断。allow
系列设置allow
系列设置排除掉部分诊断The text was updated successfully, but these errors were encountered: