Skip to content

Instantly share code, notes, and snippets.

@sammy8806
Created November 13, 2015 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sammy8806/d73a1335bc563f417e6a to your computer and use it in GitHub Desktop.
Save sammy8806/d73a1335bc563f417e6a to your computer and use it in GitHub Desktop.
atom-config
"*":
"exception-reporting":
userId: "85a2d5ed-de99-b698-428d-58d2a88b8629"
welcome:
showOnStartup: false
core:
projectHome: "/home/steven/work/"
themes: [
"seti-ui"
"seti-syntax"
]
editor:
invisibles: {}
showIndentGuide: true
softWrapHangingIndent: 120
tabLength: 4
lineHeight: 2
fontSize: 13
showInvisibles: true
"autoclose-html": {}
autoprefixer: {}
"git-plus": {}
linter: {}
"atom-beautify":
html_end_with_newline: true
_analyticsUserId: "3561f829-2819-4616-be08-40f69f4fad55"
fonts:
fontFamily: "Fira Mono"
pigments: {}
".ini.source":
editor:
softWrap: true

Pakete installieren

apm install angularjs atom-beautify autoclose-html autoprefixer color-picker editorconfig emmet file-icons fonts git-plus linter linter-csslint linter-htmlhint minimap minimap-highlight-selected open-recent pigments rest-client seti-syntax seti-ui set-syntax tag todo-show uglify

atom-text-editor {
// -webkit-font-smoothing: subpixel-antialiased;
// -webkit-text-stroke: 0.005em;
text-rendering: optimizeLegibility;
}
&::shadow {
.cursors .cursor {
transition: opacity 0.85s ease; // Smooth Cursor
}
.invisible-character {
opacity: 0;
}
.cursor-line .invisible-character {
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment