Last active
June 2, 2016 23:03
-
-
Save jmrnilsson/2fff370c5735255255314dbd5208bd6f to your computer and use it in GitHub Desktop.
atom user setting (including fira code with ligatures)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
editor: | |
fontFamily: "FiraCode-Light" | |
preferredLineLength: 100 | |
tabLength: 4 | |
".slim.text": | |
whitespace: | |
removeTrailingWhitespace: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://github.com/tonsky/FiraCode/wiki/Atom-instructions*/ | |
atom-text-editor { | |
text-rendering: optimizeLegibility; | |
} | |
atom-text-editor::shadow .string.quoted, | |
atom-text-editor::shadow .string.regexp { | |
-webkit-font-feature-settings: "liga" off, "calt" off; | |
} | |
.tree-view { | |
.status-ignored { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment