Rumah > Artikel > alat pembangunan > Sublime text3如何修改tab键为缩进为四个空格
下面由sublime教程栏目给大家介绍Sublime text3修改tab键为缩进为四个空格的办法,希望对需要的朋友有所帮助!
// The number of spaces a tab is considered equal to "tab_size": 4, // Set to true to insert spaces when tab is pressed "translate_tabs_to_spaces": true, //设置保存时自动转换 "expand_tabs_on_save": true
Atas ialah kandungan terperinci Sublime text3如何修改tab键为缩进为四个空格. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!