-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
[post] tabs or spaces #118
Comments
https://www.reddit.com/r/javascript/comments/c8drjo/nobody_talks_about_the_real_reason_to_use_tabs/
https://www.reddit.com/r/javascript/comments/c8drjo/comment/esm8hl0/
|
From prettier issue: ashleemboyer
ashleemboyer
ashleemboyer
|
Rich Harris on Twitter: "TIL Prettier is considering making tabs the default in 3.0. This is huge — it would make an entire set of programming languages more accessible (if you're somehow still pro-spaces, read this comment to instantly convert), and, more importantly, vindicate my personal preferences https://t.co/MYxY5wYLI3" / Twitter
Garrick Aden-Buie on Twitter: "I've used two spaces for ever but my mind was changed by this tweet. Tabs are actually better. Oh and it's now the default in {grkstyle}, making it easy to switch yourself! https://t.co/CzYQkwR6xy https://t.co/owAB4Tmw7O" / Twitter
https://alexandersandberg.com/tabs-for-accessibility/
--preserve-tabs
Travis Dawry on Twitter: "@grrrck Just a heads-up for anyone working with @quarto_pub, tabs are converted to spaces by default, but this can be disabled for code with the 'preserve-tabs' flag. Tabs in the notebook are always treated as spaces!" / Twitter
Use tabs by default by gadenbuie · Pull Request #7 · gadenbuie/grkstyle
feat: Follow RStudio indentation settings by default · gadenbuie/grkstyle@ce5cedc
grk_style_*()
text, file, directory and package styling functions will nowfollow the tabs or spaces settings from the RStudio project file. You can
choose this setting in the Code Editing panel of the Project Options settings.
Added
grk_reindent_auto_*()
to automatically re-indent text, file,directory or package code according to the RStudio project file setting (or
the
grkstyle.use_tabs
global R option).https://support.rstudio.com/hc/en-us/articles/200526207-Using-RStudio-Projects
Managing your tab size rendering preference - GitHub Docs
Elastic tabstops - a better way to indent and align code
The text was updated successfully, but these errors were encountered: