Here I’m Sharing My Sublime text 2 User Settings
if you have not theme flatkand theme, first install it. and then insert this code to user-setting .
Priview
Source
if you have not theme flatkand theme, first install it. and then insert this code to user-setting .
Sublime Text 2 User Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store"
],
"find_selected_text": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".rbx"
],
"font_face": "Inconsolata",
"font_options":
[
"directwrite"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
],
"new_window_settings":
{
"hide_open_files": true,
"show_minimap": true,
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true
},
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Priview
Source





