- Mon 12 October 2015
- development
- mani3
Sublime Text 3
- Sublime Text 3
- Package Control
- SublimeLinter
- ConvertToUTF8
- JsFormat
- SublimeLinter-contrib-eslint_d
- Theme Soda
- Tomorrow Color Schemes
Preferences.sublime-settings
⌘, で設定ファイルが開くので以下を入れとく
{
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme",
"default_encoding": "UTF-8",
"fallback_encoding": "UTF-8",
"font_face": "Ricty Diminished",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"show_encoding": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"theme": "Soda Dark 3.sublime-theme",
"soda_classic_tabs": true,
"soda_folder_icons": true
}