Last active
November 21, 2023 08:16
-
-
Save Ation/863f77f7da707d82a0bb8baf91fcb71b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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