- Font Family = Roboto Mono
- Tab Length = 4
- atom-clock
- auto-indent
- autoclose-html
- color-picker
- file-icons
- minimap
- webbox-color
- pristine-ui ("Pristine")
- monokai ("Monokai")
# Your keymap | |
# | |
'atom-text-editor': | |
'ctrl-shift-i': 'auto-indent:apply' | |
'ctrl-f': 'find-and-replace:toggle' |
//Custom stylesheet | |
//File -> Stylesheet | |
atom-workspace { | |
font-weight: 500; | |
} |