Skip to content

Instantly share code, notes, and snippets.

@unex
Last active August 2, 2018 03:18
Show Gist options
  • Save unex/8b4414bfd26fd74094ad1b622b0baac9 to your computer and use it in GitHub Desktop.
Save unex/8b4414bfd26fd74094ad1b622b0baac9 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Agila Theme",
"CSS3",
"nginx",
"Package Control",
"Sass",
"SCSS",
"SFTP",
"ShellScriptImproved"
]
}
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme",
"font_face": "Inconsolata",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"shift_tab_unindent": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Agila.sublime-theme",
"theme_agila_compact_sidebar": true,
"theme_agila_sidebar_heading_gray": true,
"theme_agila_sidebar_light_icons": true,
"theme_agila_sidebar_mini": true,
"theme_agila_vertical_scrollbar_thickest": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment