Skip to content

Instantly share code, notes, and snippets.

View imajinyun's full-sized avatar
🎯
Focusing

imajinyun imajinyun

🎯
Focusing
View GitHub Profile
@imajinyun
imajinyun / vscode-config.json
Last active October 24, 2018 01:58
vscode-config.json
{
"material-icon-theme.folders.theme": "specific",
"workbench.iconTheme": "eq-material-theme-icons",
"files.autoSave": "onFocusChange",
"editor.fontSize": 13,
"workbench.colorTheme": "Material Theme",
"editor.cursorStyle": "line",
"editor.renderWhitespace": "none",
"files.associations": {
"*.styl": "scss",
@imajinyun
imajinyun / sublime-text-config.json
Last active July 18, 2018 08:34
SublimeTextSettings
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",