Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
fuck this
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 6, 2017
1 parent 2e27895 commit 9ddcaaa
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 70 deletions.
57 changes: 30 additions & 27 deletions sublime-text-3/Package Control.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"bootstrapped": true,
"in_process_packages": [],
"installed_packages": [
"Alignment",
"AutoFileName",
"Clickable URLs",
"ColorPicker",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"FixMyJS",
"Git",
"GitGutter",
"GoSublime",
"HTML-CSS-JS Prettify",
"Indent XML",
"LESS",
"Markdown Extended",
"Package Control",
"Puppet",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-contrib-puppet",
"SublimeLinter-jshint",
"SublimeLinter-shellcheck",
"Theme - Spacegray"
]
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Alignment",
"AutoFileName",
"Clickable URLs",
"ColorPicker",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"FixMyJS",
"Git",
"GitGutter",
"GoSublime",
"HTML-CSS-JS Prettify",
"Indent XML",
"LESS",
"Markdown Extended",
"Package Control",
"Puppet",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-contrib-puppet",
"SublimeLinter-jshint",
"SublimeLinter-shellcheck",
"Theme - Spacegray"
]
}
86 changes: 43 additions & 43 deletions sublime-text-3/Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns": [
".project",
".classpath",
"*.iml",
".DS_Store",
"*.orig"
],
"folder_exclude_patterns": [
"target",
".git",
".settings",
".idea"
],
"font_face": "Hack",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Makefile",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers": [
80,
120
],
"spacegray_fileicons": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_normal": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".project",
".classpath",
"*.iml",
".DS_Store",
"*.orig"
],
"folder_exclude_patterns":
[
"target",
".git",
".settings",
".idea"
],
"font_face": "Hack",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Makefile",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
120
],
"spacegray_fileicons": true,
"spacegray_tabs_auto_width": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

0 comments on commit 9ddcaaa

Please sign in to comment.