Sublime text>> Preferences>> Setting
Preferences.sublime-settings - User
{
"autocomplete": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 14,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
728x90
'etc' 카테고리의 다른 글
[Java] 현재 시간 한 줄로 표현하기 - SimpleDateFormat(), System.currentTimeMillis() (0) | 2020.09.10 |
---|---|
[Java] Class Math round() - 소수점을 정수로 변환 (0) | 2020.09.10 |
[Command Prompt] FC 파일 비교하기 (0) | 2017.02.24 |
[Cygwin] 기본 명령어 (0) | 2014.04.07 |
[Sqlplus] 오라클 구동 기본 명령어 (0) | 2014.04.07 |