-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.4coder-linux
More file actions
76 lines (61 loc) · 1.92 KB
/
config.4coder-linux
File metadata and controls
76 lines (61 loc) · 1.92 KB
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
user_name = "sloth";
// "" - Rectangle
// "|" - Thin-line
// "_" - Underscore
// "L" - Corner
cursor_style = "L";
mark_style = "L";
indent_with_tabs = false;
indent_width = 2;
default_tab_width = 2;
default_theme_name = "theme-lily-jinx";
treat_as_code = ".cpp.c.hpp.h.cc.4coder";
enable_virtual_whitespace = true;
virtual_whitespace_regular_indent = 1;
enable_code_wrapping = false;
default_font_name = "IBMPlexMono-Regular.ttf";
default_font_size = 14;
default_font_hinting = true;
cursor_roundness = 0;
mark_thickness = 2;
lister_roundness = 0;
mapping = "";
mode = "4coder"; // "notepad-like"
bind_by_physical_key = false;
enable_progress_bar = true;
use_file_bars = true;
hide_file_bar_in_ui = false;
use_error_highlight = true;
use_jump_highlight = true;
use_scope_highlight = true;
use_paren_helper = true;
use_comment_keyword = true;
use_comment_annotations = true; // highlight @things in comments
lister_whole_word_backspace_when_modified = true;
show_line_number_margins = true;
enable_output_wrapping = false;
highlight_line_at_cursor = true;
filebar_on_top = true;
show_hex_colors = true;
file_explorer_cli = "thunar";
bot_line_count = 1.5f;
scroll_margin_x = 1.f;
scroll_margin_y = 2.f;
enable_undo_fade_out = true;
// This only applies to code files in code-wrapping mode.
// Plain text and code files without virtual-whitespace will not be effected.
automatically_indent_text_on_save = true;
automatically_save_changes_on_build = true;
automatically_load_project = true;
// aa modes:
// 8bit - mono-chrome 0-255 opacity channel per pixel
// 1bit - mono-chrome 0/1 opacity channel per pixel
default_font_aa_mode = "8bit";
lalt_lctrl_is_altgr = false;
// Project setup configuration
default_compiler_bat = "cl";
default_flags_bat = "-FC -GR- -EHa- -nologo -Zi";
default_compiler_sh = "g++";
default_flags_sh = "-g";
// when formatting a file, set this flag true to remove spaces from blank lines
indent_clear_blank_lines = true;