GeekCoders
[Note] Sublime Text 3 세팅 본문
평소 모든 에디터들을 기본으로 사용하는 데 윈도우 서브라임은 너무 눈이 아파서 변경..
Package Control 에서 Flatland 다운로드 후,
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"font_face": "Consolas",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
'Note' 카테고리의 다른 글
[오버워치] 호환되는 그래픽 카드를 찾지 못했습니다. (0) | 2016.12.11 |
---|---|
[Note] Visual Studio 모든 참조 찾기 단축키 설정 (0) | 2016.03.20 |
[Note/Unity] Mac에서 유니티 여러개 실행 (0) | 2015.04.30 |
[Note/Unity] Sprite Resource Load (0) | 2015.04.30 |
[Note/Unity] UGUI Text의 Width (0) | 2015.02.05 |