datasci-info / AG101

0 stars 0 forks source link

Sublime Text 教材 ? #15

Open c3h3 opened 9 years ago

c3h3 commented 9 years ago

https://twcl.hackpad.com/Sublime-Text--98mtx26Sbh9

( 16min ~ end ) https://www.youtube.com/watch?v=_VDrrBpyLzk#t=16m20s

設定: https://www.sublimetext.com/docs/2/indentation.html

c3h3 commented 9 years ago

webDev:

// The number of spaces a tab is considered equal to
"tab_size": 2,

// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,

// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": true,