Created
September 7, 2015 16:37
-
-
Save K-atc/3401af5274c81831ad78 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
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
Show hidden characters
| { | |
| "binary_file_patterns": | |
| [ | |
| "*.tga", | |
| "*.dds", | |
| "*.ico", | |
| "*.eot", | |
| "*.pdf", | |
| "*.psd", | |
| "*.swf", | |
| "*.jar", | |
| "*.zip" | |
| ], | |
| "caret_style": "smooth", | |
| "centurion_color_orange": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "default_line_ending": "unix", | |
| "dictionary": "Packages/Language - English/en_US.dic", | |
| "fade_fold_buttons": false, | |
| "file_exclude_patterns": | |
| [ | |
| "*.tga", | |
| "*.dds", | |
| "*.ico", | |
| "*.eot", | |
| "*.pdf", | |
| "*.psd", | |
| "*.swf", | |
| "*.jar", | |
| "*.zip", | |
| "*.dvi", | |
| "*.aux", | |
| "*.xlsx", | |
| "*.vsdm", | |
| "*.vsdx" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| "node_modules" | |
| ], | |
| "font_face": "SourceHanCodeJP-Normal", | |
| "font_options": "gray_antialias", | |
| "font_size": 10.5, | |
| "ignored_packages": | |
| [ | |
| "SublimeLinter", | |
| "SublimeLinter-phplint", | |
| "SublimeLinter-cppcheck", | |
| "Vintage", | |
| "SML (Standard ML)", | |
| "LaTeXTools", | |
| "Sublime Bookmarks", | |
| "SublimeLinter-cpplint", | |
| "Markdown Extended", | |
| "Theme - Flatland" | |
| ], | |
| "rulers": | |
| [ | |
| 70 | |
| ], | |
| "show_encoding": true, | |
| "sublimelinter_executable_map": | |
| { | |
| "c": "C:/Program Files (x86)/LLVM/bin/clang.exe", | |
| "php": "C:/xampp/php/php.exe" | |
| }, | |
| "tab_size": 4, | |
| "theme": "Centurion.sublime-theme", | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment