Skip to content

Instantly share code, notes, and snippets.

@matheusfaustino
Created February 2, 2018 19:05
Show Gist options
  • Save matheusfaustino/4737dd59c674377d12a047edd9c82860 to your computer and use it in GitHub Desktop.
Save matheusfaustino/4737dd59c674377d12a047edd9c82860 to your computer and use it in GitHub Desktop.
configs sublime|phpstorm
--------------------
-- idea.properties
--------------------
# custom PhpStorm properties
editor.zero.latency.typing=true
--------------------
-- phpstorm 64 vmoptions
--------------------
# custom PhpStorm VM options
-Xms128m
-Xmx1000m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dawt.useSystemAAFontSettings=lcd
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine
-Dide.no.platform.update=true
# custom custom mesmo
-Dawt.java2d.opengl=true
-Dswing.aatext=true
-Dsun.java2d.xrender=true
--------------------
-- sublime configs
--------------------
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"bold_folter_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_large": true,
"flatland_square_tabs": true,
"font_face": "Fira Code",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": true,
"scroll_past_end": false,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
--------------------
-- sublime apps
--------------------
file icon
material theme
material theme appbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment