Skip to content

Commit f8fa7ac

Browse files
committed
Updated settings here
1 parent 4cd4b7c commit f8fa7ac

6 files changed

+52
-0
lines changed

Badwolf.tmTheme.cache

1.04 KB
Binary file not shown.

Gist.sublime-settings

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
// Your username on GitHub
3+
"username": "",
4+
5+
// Your password on GitHub
6+
"password": "",
7+
8+
// Your GitHub API token
9+
// see: https://github.com/condemil/Gist#generating-access-token
10+
"token": "",
11+
12+
// Show GitHub organizations
13+
"include_orgs": true,
14+
// "include_orgs": ["company1", "company2"],
15+
16+
// Show GitHub users
17+
"include_users": false,
18+
// "include_users": ["user1", "user2"],
19+
20+
// Show the authors of Gists
21+
"show_authors": false,
22+
23+
// Proxy server
24+
// Format: "http://user:pass@proxy:port"
25+
"https_proxy": "",
26+
27+
// Enterprise support
28+
"enterprise": false,
29+
// Github URL
30+
// Default: Leave empty if you want to use GitHub.com
31+
// Example: https://github.domain.com
32+
"url": "",
33+
34+
// Max Gists to show (max 100 allowed by GitHub API)
35+
"max_gists": 100,
36+
37+
// Only use starred gists
38+
"use_starred": false
39+
40+
// Limit to gists with specific prefix
41+
//"gist_prefix": "Snippet:",
42+
43+
// Limit to gists with specific tag (#tag)
44+
//"gist_tag": "snippet"
45+
}

GitGutter.sublime-settings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
// Live mode evaluates changes every time file is modified,
3+
// Set false to disable evaluation after each input
4+
"live_mode": false,
5+
"focus_change_mode": false
6+
}

MonokaiDark.tmTheme.cache

1.69 KB
Binary file not shown.

Package Control.last-run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1368121634

idleFingers.tmTheme.cache

1.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)