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