diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-12-16 02:12:41 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-12-16 02:12:41 +0100 |
| commit | 004162c05e42a2f2645ca06702567967b1d88961 (patch) | |
| tree | 18319b9654b8ec561524a58fed0fd3af7131647e /subl3 | |
| parent | 2f694c9ab1416de12d6c5da47d384a625662edf1 (diff) | |
.
Diffstat (limited to 'subl3')
| -rw-r--r-- | subl3/Preferences.sublime-settings | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/subl3/Preferences.sublime-settings b/subl3/Preferences.sublime-settings index 9bdb33b..6fcd102 100644 --- a/subl3/Preferences.sublime-settings +++ b/subl3/Preferences.sublime-settings @@ -38,18 +38,24 @@ ], "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "default_line_ending": "unix", + "detect_indentation": false, "ensure_newline_at_eof_on_save": true, "file_exclude_patterns": [ ], "font_face": "Roboto Mono", - "font_size": 11, + "font_size": 12, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ + "AutoWrap", + "Compare Side-By-Side", + "PackageResourceViewer", "Python", - "Vintage" + "SublimeLinter-eslint", + "Vintage", + "Zig Language" ], "line_padding_bottom": 1, "line_padding_top": 1, |
