Skip to content

Instantly share code, notes, and snippets.

@Rekyt
Created March 23, 2022 12:45
Show Gist options
  • Save Rekyt/00041adeed4205e45c2fb0cf44de5aa4 to your computer and use it in GitHub Desktop.
Save Rekyt/00041adeed4205e45c2fb0cf44de5aa4 to your computer and use it in GitHub Desktop.
{rsprefs} RStudio Preferences Sync
{
"idiv-computer": {
"auto_append_newline": true,
"default_encoding": "UTF-8",
"doc_outline_show": "sections_and_chunks",
"document_author": "Matthias Grenié and Hugo Gruson",
"editor_theme": "Monokai",
"font_size_points": 12,
"graphics_antialiasing": "subpixel",
"highlight_r_function_calls": true,
"jobs_tab_visibility": "shown",
"load_workspace": false,
"panes": {
"quadrants": [
"Source",
"Console",
"TabSet1",
"TabSet2"
],
"tabSet1": [
"Environment",
"History",
"Connections",
"Build",
"VCS",
"Tutorial",
"Presentation"
],
"tabSet2": [
"Files",
"Plots",
"Packages",
"Help",
"Viewer"
],
"hiddenTabSet": [
],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 0
},
"show_hidden_files": true,
"show_indent_guides": true,
"soft_wrap_r_files": true,
"source_with_echo": true,
"syntax_color_console": true,
"warn_variable_defined_but_not_used": true,
"windows_terminal_shell": "win-cmd",
"$rstudio_version": "1.4.1717"
}
}
@Rekyt
Copy link
Author

Rekyt commented Mar 23, 2022

options(rsprefs.gist_id = "00041adeed4205e45c2fb0cf44de5aa4")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment