You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should possibly be one of the few options in the formatter. The tidyverse style guide recommends " but I think it's legitimate to use ' in codebases or projects that also use Python of JS/TS where ' is the norm.
The text was updated successfully, but these errors were encountered:
A similar issue is = vs <-. Multi-lingual codebases might prefer = to make context switches easier. Either we deal with this through linting or we add an air.toml option.
I think I'd like the formatter to normalise these though. This makes it easier to copy paste code from repos that have different conventions.
This should possibly be one of the few options in the formatter. The tidyverse style guide recommends
"
but I think it's legitimate to use'
in codebases or projects that also use Python of JS/TS where'
is the norm.The text was updated successfully, but these errors were encountered: