You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding some editor configuration files to help maintain a consistent style
adding a development guide for the same purpose + discuss branch&PR setup, running check(), etc.
running through styler and adding styler hooks
For editor config, maybe the following for Emacs ESS:
.dir-locals.el
((ess-r-mode
. ((ess-style . RStudio) ; seems to match or is close to existing style
)))
and guidance to consider adding .dir-locals-2.el
((ess-r-mode
. ((comment-add.0) ; to get commenting commands to avoid "##" in order to; match this style until; https://github.com/emacs-ess/ESS/issues/996 is; resolved, but triggering a may-not-be-safe message
)))
and to instruct Emacs that this is safe when it asks (--- have this in guidance to avoid scary "safety" messages for regular users browsing code).
The text was updated successfully, but these errors were encountered:
brookslogan
added
P2
low priority
cleanup
improvements to developing&building experience&quality, not directly to built pkg&docs
labels
Sep 27, 2022
Consider
check()
, etc.styler
and addingstyler
hooksFor editor config, maybe the following for Emacs ESS:
.dir-locals.el
and guidance to consider adding
.dir-locals-2.el
and to instruct Emacs that this is safe when it asks (--- have this in guidance to avoid scary "safety" messages for regular users browsing code).
The text was updated successfully, but these errors were encountered: