Skip to content

Instantly share code, notes, and snippets.

@sivagao
Created June 26, 2013 13:22
Show Gist options
  • Save sivagao/5867322 to your computer and use it in GitHub Desktop.
Save sivagao/5867322 to your computer and use it in GitHub Desktop.
sublime
{
"color_scheme": "Packages/Theme - Flatland/Flatland.tmTheme",
"default_line_ending": "unix",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"ASP",
"SublimeCodeIntel",
"Nodejs",
"Vintage",
"LiveReload",
"Smarty",
"KeymapManager",
"CSS Snippets",
"BracketHighlighter",
"TrailingSpaces",
"All Autocomplete"
],
"margin": 0,
"tab_size": 4,
"theme": "Flatland.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment