Skip to content

Commit 2c94213

Browse files
authored
Update install-sublime-3.md
1 parent 9ff8328 commit 2c94213

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

install-sublime-3.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -83,41 +83,41 @@ The DocBlockr package provides creation and code completion of comment blocks.
8383
2. Copy past the following settings:
8484

8585
```json
86-
{
87-
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
88-
"ensure_newline_at_eof_on_save": true,
89-
"fallback_encoding": "UTF-8",
90-
"font_size": 17,
91-
"ignored_packages": [
92-
"Markdown",
93-
"Vintage"
94-
],
95-
"indent_guide_options": [
96-
"draw_normal",
97-
"draw_active"
98-
],
99-
"jsdocs_align_tags": "no",
100-
"line_padding_bottom": 1,
101-
"line_padding_top": 1,
102-
"material_theme_contrast_mode": true,
103-
"material_theme_tabs_separator": true,
104-
"overlay_scroll_bars": "enabled",
105-
"rulers": [
106-
120
107-
],
108-
"tab_size": 2,
109-
"theme": "Material-Theme.sublime-theme",
110-
"translate_tabs_to_spaces": true,
111-
"trim_trailing_white_space_on_save": true,
112-
"folder_exclude_patterns": [
113-
".svn", ".git", ".hg", "CVS",
114-
"node_modules",
115-
"bower_components"
116-
]
117-
}
86+
{
87+
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
88+
"ensure_newline_at_eof_on_save": true,
89+
"fallback_encoding": "UTF-8",
90+
"font_size": 17,
91+
"ignored_packages": [
92+
"Markdown",
93+
"Vintage"
94+
],
95+
"indent_guide_options": [
96+
"draw_normal",
97+
"draw_active"
98+
],
99+
"jsdocs_align_tags": "no",
100+
"line_padding_bottom": 1,
101+
"line_padding_top": 1,
102+
"material_theme_contrast_mode": true,
103+
"material_theme_tabs_separator": true,
104+
"overlay_scroll_bars": "enabled",
105+
"rulers": [
106+
120
107+
],
108+
"tab_size": 2,
109+
"theme": "Material-Theme.sublime-theme",
110+
"translate_tabs_to_spaces": true,
111+
"trim_trailing_white_space_on_save": true,
112+
"folder_exclude_patterns": [
113+
".svn", ".git", ".hg", "CVS",
114+
"node_modules",
115+
"bower_components"
116+
]
117+
}
118118
```
119119

120-
##### Make Sublime Text available in terminal
120+
### Make Sublime Text available in terminal
121121

122122
Sublime Text 3 ships with a CLI called `subl`. Create a symbolic link to your CLI and you are done.
123123

0 commit comments

Comments
 (0)