Skip to content

Instantly share code, notes, and snippets.

@titounnes
Forked from ianmustafa/readme.md
Created March 22, 2016 16:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save titounnes/464a278111ceca103e9c to your computer and use it in GitHub Desktop.
Save titounnes/464a278111ceca103e9c to your computer and use it in GitHub Desktop.
Konfigurasi Sublime Text 3 Favorit. Dikumpulkan dengan penuh ❤︎ oleh Ian Mustafa.

Konfigurasi Sublime Text 3 Favorit

Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.

Konfigurasi

Bisa diakses melalui Ctrl+Shift+P (atau +Shift+P di Mac).

{
	"bold_folder_labels": true,
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"default_line_ending": "unix",
	"draw_white_space": "selection",
	"ensure_newline_at_eof_on_save": true,
	"findreplace_small": true,
	"font_face": "Fira Code",
	"font_options":
	[
		"subpixel_antialias"
	],
	"font_size": 15,
	"highlight_line": true,
	"ignored_packages":
	[
		"SublimeLinter-contrib-htmlhint",
		"SublimeLinter-contrib-jslint",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"keymaps":
	{
		"show_pretty_keys": true
	},
	"line_numbers": false,
	"line_padding_bottom": 8,
	"line_padding_top": 8,
	"material_theme_accent_lime": true,
	"material_theme_compact_sidebar": true,
	"material_theme_small_statusbar": true,
	"material_theme_small_tab": true,
	"material_theme_tabs_autowidth": true,
	"overlay_scroll_bars": "enabled",
	"show_line_endings": true,
	"show_pretty_keys": true,
	"tabs_small": true,
	"theme": "Material-Theme-Darker.sublime-theme",
	"trim_trailing_white_space_on_save": false,
	"word_wrap": true
}

List Package

Beberapa package membutuhkan syarat agar bisa berjalan dengan baik. Silakan cek ke homepage dari masing-masing package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment