.SUBLIME-OPTIONS File Extension
Sublime Text Options File
Developer | Jon Skinner |
Popularity |
3.5 | 2 Votes |
What is a SUBLIME-OPTIONS file?
File used by Sublime Text, a text editor used to edit source code; contains preference data that describes different file editing aspects, such as indentation size, font, and word wrap, for a file type in Sublime Text.
More Information
The SUBLIME-OPTIONS file is used to describe the editing behavior of different file types, such as .HTML or .CSS files, you open in Sublime Text. Some of the preferences they can change are the color scheme within a text area, appearance of rulers, whether spellcheck is enabled, and the number of spaces a tab equals.
You can manually change file type editing preferences using the SUBLIME-OPTIONS file. There is a User File Type.sublime-options file and a Default File Type.sublime-options file, which are both located in the Packages/Default directory. Be sure to edit the User File Type.sublime-options instead of the Default File Type.sublime-options. This prevents your customizations from being overwritten when a new version of Sublime Text is installed.
As mentioned before, you can edit preferences for certain file types using the SUBLIME-OPTIONS file. When you open a file, say a .PY file, Sublime Text references the SUBLIME-OPTIONS file (if you have created one) associated with this type and loads the preferences. The SUBLIME-OPTIONS file for the PY file type will be located in the Packages/Python directory.
NOTE: The SUBLIME-OPTIONS file is used by the first version of Sublime Text but was replaced by the .SUBLIME-SETTINGS file in version 2.