Skip to content

Instantly share code, notes, and snippets.

@avidmaulanas
Last active May 7, 2018 05:47
Show Gist options
  • Save avidmaulanas/86c0a3b1752377fda5fd234a8cdfdc0e to your computer and use it in GitHub Desktop.
Save avidmaulanas/86c0a3b1752377fda5fd234a8cdfdc0e to your computer and use it in GitHub Desktop.

Revisions

  1. avidmaulanas revised this gist May 7, 2018. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion Preferences.sublime-settings.txt
    Original file line number Diff line number Diff line change
    @@ -32,5 +32,11 @@
    ],
    "tab_size": 2,
    "theme": "Spacegray Eighties.sublime-theme",
    "trim_trailing_white_space_on_save": true
    "trim_trailing_white_space_on_save": true,
    "highlight_modified_tabs": true,
    "rulers":
    [
    80
    ],
    "detect_indentation": false
    }
  2. avidmaulanas revised this gist May 7, 2018. No changes.
  3. avidmaulanas revised this gist May 7, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Preferences.sublime-settings.txt
    Original file line number Diff line number Diff line change
    @@ -31,5 +31,6 @@
    "Vintage"
    ],
    "tab_size": 2,
    "theme": "Spacegray Eighties.sublime-theme"
    "theme": "Spacegray Eighties.sublime-theme",
    "trim_trailing_white_space_on_save": true
    }
  4. avidmaulanas revised this gist Feb 15, 2018. 1 changed file with 25 additions and 0 deletions.
    25 changes: 25 additions & 0 deletions Preferences.sublime-settings.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,30 @@
    {
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "file_exclude_patterns":
    [
    "*.sql",
    "*.log",
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*.sublime-workspace"
    ],
    "font_size": 10,
    "ignored_packages":
    [
  5. avidmaulanas renamed this gist Sep 14, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. avidmaulanas created this gist Sep 14, 2017.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "tab_size": 2,
    "theme": "Spacegray Eighties.sublime-theme"
    }