This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrstudio-prefs.json
executable file
·96 lines (96 loc) · 2.92 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"show_indent_guides": true,
"insert_matching": false,
"insert_parens_after_function_completion": false,
"surround_selection": "never",
"warn_if_no_such_variable_in_scope": true,
"auto_append_newline": true,
"reindent_on_paste": false,
"syntax_color_console": true,
"editor_theme": "Cobalt",
"theme": {
"name": "Cobalt",
"url": "theme/default/cobalt.rstheme",
"isDark": true
},
"default_encoding": "UTF-8",
"source_with_echo": false,
"default_sweave_engine": "knitr",
"insert_numbered_latex_sections": true,
"packages_pane_enabled": false,
"show_rmd_render_command": true,
"show_hidden_files": true,
"wrap_tab_navigation": false,
"new_proj_git_init": true,
"save_workspace": "never",
"line_ending_conversion": "posix",
"always_save_history": false,
"reuse_sessions_for_project_links": true,
"latex_shell_escape": true,
"use_secure_download": false,
"load_workspace": false,
"margin_column": 100,
"show_function_signature_tooltips": false,
"check_unexpected_assignment_in_function_call": true,
"warn_variable_defined_but_not_used": true,
"code_completion": "manual",
"code_completion_other": "manual",
"terminal_track_environment": false,
"posix_terminal_shell": "bash",
"graphics_backend": "ragg",
"highlight_web_link": false,
"rainbow_parentheses": true,
"visual_markdown_editing_is_default": true,
"spelling_dictionary_language": "en_GB",
"cran_mirror": {
"name": "France (Lyon 1) [https]",
"host": "Dept. of Biometry & Evol. Biology, University of Lyon",
"url": "http://pbil.univ-lyon1.fr/CRAN/",
"secondary": "",
"country": "fr"
},
"jobs_tab_visibility": "shown",
"style_diagnostics": true,
"default_project_location": "/disks/PROJECT",
"restore_last_project": false,
"rmd_chunk_output_inline": false,
"rmd_viewer_type": "pane",
"terminal_bell_style": "none",
"terminal_close_behavior": "clean",
"latex_preview_on_cursor_idle": "inline_only",
"terminal_websockets": true,
"console_double_click_select": true,
"initial_working_directory": "~",
"show_diagnostics_other": true,
"use_tinytex": true,
"terminal_weblinks": false,
"terminal_close_behavior": "clean",
"panes": {
"quadrants": [
"Source",
"TabSet1",
"Console",
"TabSet2"
],
"tabSet1": [
"Environment",
"History",
"Presentation"
],
"tabSet2": [
"Files",
"Plots",
"Connections",
"Packages",
"Help",
"Build",
"VCS",
"Tutorial",
"Viewer"
],
"hiddenTabSet": [],
"console_left_on_top": false,
"console_right_on_top": true,
"additional_source_columns": 0
}
}