-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrstudio-prefs.json
43 lines (43 loc) · 1.04 KB
/
rstudio-prefs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"initial_working_directory": "~",
"insert_native_pipe_operator": true,
"scroll_past_end_of_document": true,
"highlight_r_function_calls": true,
"editor_theme": "Material",
"posix_terminal_shell": "bash",
"panes": {
"quadrants": [
"Source",
"TabSet2",
"TabSet1",
"Console"
],
"tabSet1": [
"Environment",
"Plots",
"Connections",
"Help",
"Build",
"VCS",
"Viewer",
"Presentations",
"Presentation"
],
"tabSet2": [
"History",
"Files",
"Packages"
],
"hiddenTabSet": [
"Tutorial"
],
"console_left_on_top": false,
"console_right_on_top": false,
"additional_source_columns": 0
},
"default_project_location": "~",
"data_viewer_max_columns": 1000,
"jobs_tab_visibility": "shown",
"new_proj_git_init": true,
"show_hidden_files": true
}