Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Last active August 29, 2015 14:04
Show Gist options
  • Save rxnlabs/37b45c5b29c36ec94944 to your computer and use it in GitHub Desktop.
Save rxnlabs/37b45c5b29c36ec94944 to your computer and use it in GitHub Desktop.
Sublime Text - SublimeText 3 example project file. One I personally use
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
],
"settings":
{
"detect_indentation": true,
"fade_fold_buttons": false,
"font_size": 11,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"highlight_line": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"show_encoding": true,
"show_line_endings": true
}
}
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
],
"settings":
{
"detect_indentation": true,
"fade_fold_buttons": false,
"font_size": 14,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"highlight_line": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"show_encoding": true,
"show_line_endings": true
}
}
@rxnlabs
Copy link
Author

rxnlabs commented Jul 30, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment