Skip to content

Instantly share code, notes, and snippets.

@abemedia
Last active July 6, 2018 14:40
Show Gist options
  • Save abemedia/7c6b7d42793e02eed9b668f5a445e576 to your computer and use it in GitHub Desktop.
Save abemedia/7c6b7d42793e02eed9b668f5a445e576 to your computer and use it in GitHub Desktop.
Atom
"*":
"atom-beautify":
general:
_analyticsUserId: "b4c23a8d-a7fc-4786-b02d-51655c7cdbe5"
js:
beautify_on_save: true
default_beautifier: "ESLint Fixer"
vue:
break_chained_methods: true
default_beautifier: "ESLint Fixer"
object_curly_spacing: true
preserve_newlines: false
space_after_anon_function: true
space_before_conditional: false
wrap_attributes: "force-aligned"
"atom-ide-ui":
"atom-ide-diagnostics-ui":
autoVisibility: true
use: {}
core:
disabledPackages: [
"linter"
]
telemetryConsent: "limited"
editor:
fontSize: 15
scrollPastEnd: true
softWrap: true
"exception-reporting":
userId: "90059919-3076-414f-a421-cdc02744a93d"
"ide-vue": {}
"linter-lua":
executablePath: "luajit"
"linter-ui-default":
panelHeight: 308
welcome:
showOnStartup: false
'atom-workspace':
'ctrl-shift-w': 'tabs:close-all-tabs'
# enable copying in terminal window
'.terminal-pane':
'ctrl-shift-c': 'core:copy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment