이 샘플 코드가있는 경우 :
function foo()
{
var bar = 1;
var foo = 1;
// These two lines will be indented on save,
// however the following line will have it's indention removed:
return foo + bar;
}
Sublime Text 2에서 공백 만 포함 된 줄에서 들여 쓰기 제거를 중지하려면 어떻게해야합니까?
가능하면 공백 이외의 다른 문자가 포함 된 줄에서 제거하고 싶습니다.