Skip to content

Instantly share code, notes, and snippets.

@NazarK
Created January 26, 2020 06:45
Show Gist options
  • Save NazarK/269e918a1598a54116c69d726d69b072 to your computer and use it in GitHub Desktop.
Save NazarK/269e918a1598a54116c69d726d69b072 to your computer and use it in GitHub Desktop.
sublime settings
{
"color_scheme": "Monokai.sublime-color-scheme",
"file_exclude_patterns":
[
".byebug_history",
"*.sqlite3"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"android/app/build",
"public/assets",
"public/system",
".idea",
"tmp",
"logs",
"log",
".gradle"
],
"font_face": "Monospace",
"font_size": 10,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"scroll_speed": 0,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment