diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-18 19:33:14 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-18 19:33:14 -0500 |
commit | 2ecf9cb5f3f89ad8c9bbe64957de40ac509e4ea7 (patch) | |
tree | b1a12a48cc21b5d0153c8fd75a4a9b0098f7a50c | |
parent | d586a9b808053d2720ff3e3e7d4bcf88daaa729a (diff) |
remove default contest.c buffer from sublime project
-rw-r--r-- | projects/pokeruby.sublime-workspace | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/projects/pokeruby.sublime-workspace b/projects/pokeruby.sublime-workspace index 9f2f2d5d5..ce020c546 100644 --- a/projects/pokeruby.sublime-workspace +++ b/projects/pokeruby.sublime-workspace @@ -7,14 +7,6 @@ }, "buffers": [ - { - "file": "../src/contest.c", - "settings": - { - "buffer_size": 142319, - "line_ending": "Unix" - } - } ], "build_system": "", "build_system_choices": @@ -48,12 +40,9 @@ }, "expanded_folders": [ - "..", + "../", "../src" ], - "file_history": - [ - ], "find": { "height": 0.0 @@ -87,39 +76,8 @@ "groups": [ { - "selected": 0, "sheets": [ - { - "buffer": 0, - "file": "../src/contest.c", - "semi_transient": false, - "settings": - { - "buffer_size": 142319, - "regions": - { - }, - "selection": - [ - [ - 136966, - 136966 - ] - ], - "settings": - { - "syntax": "Packages/C++/C.sublime-syntax", - "tab_size": 4, - "translate_tabs_to_spaces": true - }, - "translation.x": 0.0, - "translation.y": 25639.0, - "zoom_level": 1.0 - }, - "stack_index": 0, - "type": "text" - } ] } ], |