/styler.quote

Third-party Style Guide For 'quote' Style

Primary LanguageROtherNOASSERTION

styler.quote

Lifecycle: stable styler.quote status badge

styler.quote implements a single-quote variant of the tidyverse style guide. It isn’t much different, but think about how many extra button presses you save by not pressing shift + ‘ and instead pressing just . It is a third-party style guide for styler. This repo is based on lorenzwalthert/styler.yours.

Installation

You can install the development version of styler.quote like so:

remotes::install_github('christopherkenny/styler.quote')

Example

This is a basic example of how to style code with it.

library(styler.quote)
cache_deactivate()
text <- 'x <- 4
y = 3
"a";
'

style_text(text)