Skip to content

0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 21:06
8a0e2ae

Release Notes

  • The default indent style has been changed to spaces. The default indent width
    has been changed to two. This more closely matches the overwhelming majority
    of existing R code.

  • Parse errors in your document no longer trigger an LSP error when you request
    document or range formatting (which typically would show up as an annoying
    toast notification in your code editor) (#120).

  • air format is now faster on Windows when nothing changes (#90).

  • air format --check now works correctly with Windows line endings (#123).

  • Magic line breaks are now supported in left assignment (#118).

Install air 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.1.2/air-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/posit-dev/air/releases/download/0.1.2/air-installer.ps1 | iex"

Download air 0.1.2

File Platform Checksum
air-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
air-x86_64-apple-darwin.tar.gz Intel macOS checksum
air-x86_64-pc-windows-msvc.zip x64 Windows checksum
air-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum