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
--check
I have two files:
no_crlf.R
if (TRUE) { }
> file no_crlf.R no_crlf.R: ASCII text
with_crlf.R
> file with_crlf.R with_crlf.R: ASCII text, with CRLF line terminators
Both files have identical contents and are already formatted, but (I guess that) the CRLF line terminators make --check report some changes to make:
CRLF
> air format no_crlf.R && air format no_crlf.R --check > air format with_crlf.R && air format with_crlf.R --check Would reformat: <path>/with_crlf.R
Tested with air 0.1.1.
air 0.1.1
Thanks again for this amazing tool
The text was updated successfully, but these errors were encountered:
Ah yes, that's a side effect of #90 and will get fixed when we fix that
Thanks for being an early tester! Nice to surface a few of these early bugs
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have two files:
no_crlf.R
, created on Linux:with_crlf.R
, created on Windows and then opened on Linux:Both files have identical contents and are already formatted, but (I guess that) the
CRLF
line terminators make--check
report some changes to make:Tested with
air 0.1.1
.Thanks again for this amazing tool
The text was updated successfully, but these errors were encountered: