-
Notifications
You must be signed in to change notification settings - Fork 0
/
rstudio-prefs.json
56 lines (56 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"save_workspace": "never",
"remove_history_duplicates": true,
"reuse_sessions_for_project_links": true,
"posix_terminal_shell": "bash",
"initial_working_directory": "~",
"insert_native_pipe_operator": true,
"soft_wrap_r_files": true,
"strip_trailing_whitespace": true,
"highlight_selected_line": true,
"rainbow_parentheses": true,
"warn_variable_defined_but_not_used": true,
"default_encoding": "UTF-8",
"indent_guides": "rainbowlines",
"syntax_color_console": true,
"show_doc_outline_rmd": true,
"visual_markdown_code_editor_line_numbers": true,
"code_completion": "manual",
"rmd_viewer_type": "pane",
"rmd_auto_date": true,
"pdf_previewer": "system",
"default_latex_program": "XeLaTeX",
"use_tinytex": true,
"jobs_tab_visibility": "shown",
"default_project_location": "~/Workspace",
"panes": {
"quadrants": [
"Source",
"Console",
"TabSet1",
"TabSet2"
],
"tabSet1": [
"Environment",
"History",
"Build",
"VCS",
"Tutorial",
"Presentation"
],
"tabSet2": [
"Files",
"Plots",
"Packages",
"Help",
"Viewer",
"Presentations"
],
"hiddenTabSet": [
"Connections"
],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 0
}
}