Last active
December 15, 2015 03:42
-
-
Save tuannat/a4aed44b5a53fbb061cc to your computer and use it in GitHub Desktop.
Revisions
-
Tuan Nguyen revised this gist
Dec 15, 2015 . 1 changed file with 9 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ { "auto_complete_delay": 500, "caret_style": "solid", "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", "detect_indentation": false, "draw_white_space": "all", "ensure_newline_at_eof_on_save": true, @@ -34,13 +34,18 @@ ".git", "__pycache__", "env", "env3", ".sass-cache", ".idea", ".phpintel" ], "font_face": "Source Code Pro", "font_options": [ "subpixel_antialias", "no_bold" ], "font_size": 13, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": @@ -58,10 +63,10 @@ "show_full_path": true, "show_minimap": false, "tab_size": 4, "theme": "Flatland Dark.sublime-theme", "translate_tabs_to_spaces": true, "trim_automatic_white_space": true, "trim_trailing_white_space_on_save": true, "wide_caret": true, "word_wrap": true } -
tuannat revised this gist
Jun 5, 2015 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ { "auto_complete_delay": 500, "caret_style": "solid", "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", "detect_indentation": false, "draw_white_space": "all", "ensure_newline_at_eof_on_save": true, "file_exclude_patterns": @@ -35,7 +36,6 @@ "env", "env3" ], "font_options": [ "subpixel_antialias", @@ -58,9 +58,8 @@ "show_full_path": true, "show_minimap": false, "tab_size": 4, "translate_tabs_to_spaces": true, "trim_automatic_white_space": true, "trim_trailing_white_space_on_save": true, "wide_caret": true, "word_wrap": true, -
tuannat revised this gist
Nov 3, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ { "auto_complete_delay": 500, "caret_style": "solid", "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", "draw_white_space": "all", @@ -60,6 +60,7 @@ "tab_size": 4, "theme": "Flatland Dark.sublime-theme", "translate_tabs_to_spaces": true, "trim_automatic_white_space": true, "trim_trailing_white_space_on_save": true, "wide_caret": true, "word_wrap": true, -
tuannat created this gist
Nov 3, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,67 @@ { "auto_complete": false, "caret_style": "solid", "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", "draw_white_space": "all", "ensure_newline_at_eof_on_save": true, "file_exclude_patterns": [ "*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db" ], "find_selected_text": true, "fold_buttons": false, "folder_exclude_patterns": [ ".git", "__pycache__", "env", "env3" ], "font_face": "Source Code Pro", "font_options": [ "subpixel_antialias", "no_bold" ], "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 0, "line_padding_top": 0, "rulers": [ 72, 79 ], "scroll_past_end": false, "show_full_path": true, "show_minimap": false, "tab_size": 4, "theme": "Flatland Dark.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "wide_caret": true, "word_wrap": true, "wrap_width": 80 }