atom / .atom / config.csonon commit atom: close deleted files (5955385)
   1"*":
   2  "":
   3    source:
   4      gfm:
   5        editor:
   6          softWrap: true
   7  "autocomplete-plus":
   8    enableAutoActivation: false
   9  core:
  10    autoHideMenuBar: true
  11    closeDeletedFileTabs: true
  12    disabledPackages: [
  13      "markdown-preview"
  14    ]
  15    telemetryConsent: "no"
  16  editor:
  17    showIndentGuide: true
  18    softWrap: false
  19  "exception-reporting":
  20    userId: "343a74e6-1403-4eb8-9ead-7927cd45ba3d"
  21  latex:
  22    buildOnSave: true
  23    opener: "custom"
  24    viewerPath: "/usr/bin/evince"
  25  "markdown-preview":
  26    breakOnSingleNewline: true
  27  "markdown-preview-plus":
  28    markdownItConfig: {}
  29    mathConfig:
  30      enableLatexRenderingByDefault: true
  31    previewConfig:
  32      activatePreviewWithEditor: true
  33    renderer: "pandoc"
  34    saveConfig:
  35      saveToPDFOptions:
  36        printSelectionOnly: true
  37    syncConfig:
  38      syncEditorOnPreviewScroll: true
  39      syncPreviewOnChange: true
  40      syncPreviewOnEditorScroll: true
  41  "spell-check":
  42    addKnownWords: true
  43    grammars: [
  44      "source.asciidoc"
  45      "source.gfm"
  46      "text.git-commit"
  47      "text.plain"
  48      "text.plain.null-grammar"
  49      "text.tex.latex"
  50    ]
  51    knownWords: [
  52      "Lorimer"
  53      "polyethene"
  54      "fulfill"
  55    ]
  56    locales: [
  57      "en-AU"
  58    ]
  59  welcome:
  60    showOnStartup: false
  61  whitespace:
  62    ensureSingleTrailingNewline: false
  63".latex.tex.text":
  64  editor:
  65    softWrap: true