Skip to content

Instantly share code, notes, and snippets.

@jmrnilsson
Last active June 2, 2016 23:03
Show Gist options
  • Save jmrnilsson/2fff370c5735255255314dbd5208bd6f to your computer and use it in GitHub Desktop.
Save jmrnilsson/2fff370c5735255255314dbd5208bd6f to your computer and use it in GitHub Desktop.
atom user setting (including fira code with ligatures)
"*":
editor:
fontFamily: "FiraCode-Light"
preferredLineLength: 100
tabLength: 4
".slim.text":
whitespace:
removeTrailingWhitespace: false
/* 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