Last active
January 21, 2025 06:00
-
-
Save webbedfeet/b1e5413a97e5a96d71b72a12631c0783 to your computer and use it in GitHub Desktop.
RStudio preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"save_workspace": "never", | |
"remove_history_duplicates": true, | |
"auto_detect_indentation": true, | |
"insert_native_pipe_operator": true, | |
"soft_wrap_r_files": true, | |
"continue_comments_on_newline": true, | |
"auto_append_newline": true, | |
"strip_trailing_whitespace": true, | |
"check_unexpected_assignment_in_function_call": true, | |
"editor_keybindings": "vim", | |
"syntax_color_console": true, | |
"font_size_points": 11, | |
"panes": { | |
"quadrants": [ | |
"Source", | |
"TabSet1", | |
"Console", | |
"TabSet2" | |
], | |
"tabSet1": [ | |
"Environment", | |
"History", | |
"Connections", | |
"Build", | |
"VCS", | |
"Tutorial", | |
"Presentation" | |
], | |
"tabSet2": [ | |
"Files", | |
"Plots", | |
"Packages", | |
"Help", | |
"Viewer", | |
"Presentations" | |
], | |
"hiddenTabSet": [], | |
"console_left_on_top": false, | |
"console_right_on_top": true, | |
"additional_source_columns": 0 | |
}, | |
"rmd_viewer_type": "pane", | |
"posix_terminal_shell": "bash", | |
"text_rendering": "geometricPrecision", | |
"editor_theme": "Tomorrow Night Blue", | |
"server_editor_font_enabled": true, | |
"server_editor_font": "FiraCode-Regular" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment