Hi,
Anyone out there using Brackets.io and has a clue as to adjusting the editors line-height, please?
Regards,
Nigel 
Hi,
Anyone out there using Brackets.io and has a clue as to adjusting the editors line-height, please?
Regards,
Nigel 
Hi @nigelFrancisNET, I took a look since I use Brackets. Iām guessing that going to preferences and changing the font size (which in turn also increases the line height) isnāt an option for you.
I did a quick Google search and found this;
Hi Roma,
Thanks for the link. Itās a bit old though!
I have found a work around within the code base.
In Windows - C:\Program Files (x86)\Brackets\www\styles
Then look for ā¦
.CodeMirror {
color: #535353;
line-height: 1.36; /* Adjusted to 1.36 from 1.25 */
font-family: āSourceCodePro-Mediumā, āļ¼ļ¼³ ć“ć·ććÆā, āMS Gothicā, monospace
}
Regards,
Nigel