Created
June 14, 2015 05:41
-
-
Save demun/1a9a67133cc142fa19ca to your computer and use it in GitHub Desktop.
서브라임텍스트 설정
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"font_face": "Monaco", | |
"font_size": 11, | |
// beautify 플러그인 설치후 | |
"ignored_packages": [ | |
"HTML-CSS-JS Prettify", | |
"Handlebars", | |
"Vintage", | |
"Jade", | |
"SublimeLinter" | |
], | |
// .git 보이게 처리. | |
"folder_exclude_patterns": [".svn", ".hg", "CVS"], | |
// 폴더 굵게 표시하기 | |
"bold_folder_labels": true, | |
// 코드 '접기' 화살표 보이기 | |
"fade_fold_buttons": false, | |
// 현재 라인 강조 | |
"highlight_line": true, | |
// 수정된 탭 강조 | |
"highlight_modified_tabs": true, | |
// 포커스 이동시 저장 | |
"save_on_focus_lost": true, | |
// Alignment 플러그인 설치후 코드정렬 | |
"alignment_chars": ["=", ":"], | |
"showProjectPanel": true, | |
// 서브라임텍스트 업데이트 물어오기 중지 | |
"update_check": false, | |
// 들여쓰기 안내선 | |
"indent_guide_options": [ | |
"draw_normal", | |
"draw_active" | |
], | |
// Flatland theme 활성화 | |
"theme": "Flatland Dark.sublime-theme", | |
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
// 탭둥글게 | |
// "flatland_square_tabs": true, | |
// ----------------------------------------- | |
// Soda theme | |
// soda theme 활성화 | |
// "theme": "Soda Dark.sublime-theme", | |
// soda 탭버튼 둥글게 | |
// "soda_classic_tabs": true, | |
// soda 사이드바 폴더아이콘 | |
// "soda_folder_icons": true | |
// soda 테마는 colour-sechemes 에서 monokai soda 가 좋음 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment