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.

Revisions

  1. abemedia revised this gist Jul 6, 2018. 1 changed file with 37 additions and 0 deletions.
    37 changes: 37 additions & 0 deletions config.cson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    "*":
    "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
  2. abemedia revised this gist Jul 6, 2018. 1 changed file with 19 additions and 0 deletions.
  3. abemedia created this gist May 9, 2018.
    6 changes: 6 additions & 0 deletions keymap.cson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    'atom-workspace':
    'ctrl-shift-w': 'tabs:close-all-tabs'

    # enable copying in terminal window
    '.terminal-pane':
    'ctrl-shift-c': 'core:copy'