-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage Control.sublime-settings
More file actions
40 lines (34 loc) · 1 KB
/
Copy pathPackage Control.sublime-settings
File metadata and controls
40 lines (34 loc) · 1 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
{
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"font_size": 18,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"update_check": false,
//
// most of the configs taked from here: http://dbader.org/blog/setting-up-sublime-text-for-python-development
//
"line_padding_bottom": 0,
"line_padding_top": 0,
// Whitespace - no tabs, trimming, end files with \n
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
// Cursor style - no blinking and slightly wider than default
//"caret_style": "solid",
"wide_caret": true,
"fold_buttons": false,
"highlight_line": true,
//"auto_complete": false,
//"show_minimap": false,
"show_full_path": true,
// Editor view look-and-feel
"draw_white_space": "all",
// Editor behavior
"scroll_past_end": false,
"highlight_modified_tabs": true,
"find_selected_text": true,
}