Skip to content

Instantly share code, notes, and snippets.

@Ation
Last active November 21, 2023 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ation/863f77f7da707d82a0bb8baf91fcb71b to your computer and use it in GitHub Desktop.
Save Ation/863f77f7da707d82a0bb8baf91fcb71b to your computer and use it in GitHub Desktop.
{
"always_prompt_for_file_reload": true,
"binary_file_patterns":
[
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"/Users/user/Dev/coursera/.idea*",
"*.log",
"/Users/user/Dev/EPAM/fxts/omms-state-machine/build.debug*"
],
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"show_encoding": true,
"spell_check": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment