Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miguelcastillo/brackets-linestyle
- Owner: MiguelCastillo
- License: mit
- Created: 2015-09-14T01:34:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T09:31:02.000Z (over 1 year ago)
- Last Synced: 2024-10-19T19:29:10.276Z (18 days ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brackets-LineStyle
Editor line StyleSimply 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.