Sublime - Настройки
Войти

Sublime - Настройки

Sublime - Настройки

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "auto_complete": true,
  "font_face": "Fira Code",
  "font-size": 13,
  "highlight_line": true,
  "ignored_packages":
  [
    "Vintage",
  ], 
  "indent_guide_options":
  [
    "draw_normal",
    "draw_active"
  ],
  "line_padding_bottom": 2,
  "line_padding_top": 2,
  "margin": 2,
  "mini_diff": false,
  "show_definitions": true,
  "tab_size": 2,
  // "theme": "Gravity One.sublime-theme",
  "word_wrap": true
}
Теги:
php