Skip to content

Instantly share code, notes, and snippets.

@NazarK
Created April 26, 2019 10:18
Show Gist options
  • Save NazarK/d302a2862a63c5695dd13ffe25ec0df6 to your computer and use it in GitHub Desktop.
Save NazarK/d302a2862a63c5695dd13ffe25ec0df6 to your computer and use it in GitHub Desktop.
sublime settings file
{
"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_size": 8,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"scroll_speed": 0,
"tab_size": 2,
"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