-
Notifications
You must be signed in to change notification settings - Fork 71
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
Ignore VCS ignored files #833
Labels
enhancement
New feature or request
Comments
I don't remember why we didn't decide to ignore these files in the first place, but sounds reasonable to me. Line 316 in 5de9a1d
|
dundargoc
added a commit
to dundargoc/StyLua
that referenced
this issue
Dec 27, 2023
This is a common behavior of formatters (e.g Ruff and Black) as it's arguably a more useful default behavior. Closes JohnnyMorganz#833.
dundargoc
added a commit
to dundargoc/StyLua
that referenced
this issue
Dec 27, 2023
This is a common behavior of formatters (e.g Ruff and Black) as it's arguably a more useful default behavior. Closes JohnnyMorganz#833.
JohnnyMorganz
pushed a commit
that referenced
this issue
Dec 30, 2023
This is a common behavior of formatters (e.g Ruff and Black) as it's arguably a more useful default behavior. Closes #833.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that Stylua honors a
.styluaignore
file, but it would be much more useful to my projects if it would just ignore everything in.gitignore
. Ruff and some other formatters do this and it makes it easy to avoid modifying vendored or generated code.The text was updated successfully, but these errors were encountered: