문제

How to adjust the height of line spacing in Textmate 2?

enter image description here

i.e. preferably like Textmate 1 (on the right).

도움이 되었습니까?

해결책

 defaults write com.macromates.TextMate.preview fontLeadingDelta -float 0
 defaults write com.macromates.TextMate.preview fontAscentDelta -float 0

source: textmate on github

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top