Skip to content

Instantly share code, notes, and snippets.

@malcalakovalski
Created February 16, 2024 16:46
Show Gist options
  • Save malcalakovalski/0fd9c0b9a3fefc110b65730a1f410a18 to your computer and use it in GitHub Desktop.
Save malcalakovalski/0fd9c0b9a3fefc110b65730a1f410a18 to your computer and use it in GitHub Desktop.
{rsprefs} RStudio Preferences Sync
{
"sync": {
"always_save_history": false,
"auto_detect_indentation": true,
"auto_expand_error_tracebacks": true,
"background_diagnostics_delay_ms": 1,
"check_unexpected_assignment_in_function_call": true,
"code_completion_characters": 2,
"code_completion_delay": 2,
"code_completion_other": "triggered",
"console_double_click_select": true,
"copilot_enabled": true,
"cran_mirror": {
"name": "USA (NC) [https]",
"host": "Duke University, Durham, NC",
"url": "https://archive.linux.duke.edu/cran/",
"country": "us",
"ok": 1,
"secondary": ""
},
"default_open_project_location": "/Users/manualcala/Documents/repos/urban-projects",
"editor_keybindings": "vim",
"editor_scroll_multiplier": 120,
"editor_theme": "viridis",
"font_size_points": 12,
"graphics_backend": "ragg",
"help_font_size_points": 14,
"highlight_r_function_calls": true,
"highlight_selected_line": true,
"indent_guides": "rainbowlines",
"insert_native_pipe_operator": true,
"jobs_tab_visibility": "shown",
"load_workspace": false,
"panes": {
"quadrants": [
"Source",
"TabSet1",
"Console",
"TabSet2"
],
"tabSet1": [
"History",
"Connections",
"Build",
"Tutorial",
"Presentation"
],
"tabSet2": [
"Environment",
"Files",
"Plots",
"Packages",
"Help",
"VCS",
"Viewer",
"Presentations"
],
"hiddenTabSet": [
],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 0
},
"python_project_environment_automatic_activate": false,
"python_type": "virtualenv",
"python_version": "3.9.18",
"rainbow_parentheses": true,
"remove_history_duplicates": true,
"restore_last_project": false,
"restore_source_document_cursor_position": false,
"rmd_chunk_output_inline": false,
"rmd_viewer_type": "pane",
"save_workspace": "never",
"scroll_past_end_of_document": true,
"show_diagnostics_other": true,
"show_hidden_files": true,
"show_last_dot_value": true,
"show_panel_focus_rectangle": true,
"show_rmd_render_command": true,
"style_diagnostics": true,
"syntax_color_console": true,
"tab_multiline_completion": true,
"use_tinytex": true,
"visual_markdown_editing_list_spacing": "tight",
"visual_markdown_editing_show_margin": true,
"visual_markdown_editing_wrap": "sentence",
"$rstudio_version": "2023.12.0.369"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment