Skip to content

Third-party Style Guide For 'quote' Style

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

christopherkenny/styler.quote

Repository files navigation

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)

About

Third-party Style Guide For 'quote' Style

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages