Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelcastillo/brackets-linestyle

Editor line height
https://github.com/miguelcastillo/brackets-linestyle

Last synced: 9 days ago
JSON representation

Editor line height

Awesome Lists containing this project

README

        

# Brackets-LineStyle
Editor line Style

Simply add to your `brackets.json` the size of the line height you want.

### Example

```
{
"brackets-line-style.height": "1.25"
}
```

The value you specify will be used as is so that you can use percentages, ems... Or whatever you want. However, using unitless ems based values seem to work best.