Skip to content

Commit

Permalink
Assignment operator is not a caret
Browse files Browse the repository at this point in the history
  • Loading branch information
jonocarroll authored Oct 8, 2016
1 parent 3d8f51e commit 6bb7d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ c <- letters
![](inst/media/demo2.gif)

### What
A very simple aligner for a highlighted region's single caret (`<-`) assignment operators. __It does not "reflow" your code if the alignment breaks the page width__ (it does not do anything like `Ctrl + Shift + /`). This addin also does not treat commented lines differently than uncommented lines. __If there is an assignment operator within a highlighted comment line, then it will either align that operator or align other operators to it.__
A very simple aligner for a highlighted region's assignment operators (`<-`). __It does not "reflow" your code if the alignment breaks the page width__ (it does not do anything like `Ctrl + Shift + /`). This addin also does not treat commented lines differently to uncommented lines. __If there is an assignment operator within a highlighted comment line, then it will either align that operator or align other operators to it.__

### Install
`devtools::install_github("seasmith/AlignAssign")`
Expand Down

0 comments on commit 6bb7d55

Please sign in to comment.