atom / .atom / config.csonon commit change mpp config for bibtex in *.md (2a851d1)
   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      numberEquations: true
  32    pandocConfig:
  33      pandocArguments: [
  34        "--standalone"
  35      ]
  36      pandocBibliography: true
  37      pandocMarkdownFlavor: "markdown-latex_macros"
  38      pandocRemoveReferences: false
  39    previewConfig:
  40      activatePreviewWithEditor: true
  41    renderer: "pandoc"
  42    saveConfig:
  43      saveToPDFOptions:
  44        printSelectionOnly: true
  45    syncConfig:
  46      syncEditorOnPreviewScroll: true
  47      syncPreviewOnChange: true
  48      syncPreviewOnEditorScroll: true
  49  "spell-check":
  50    addKnownWords: true
  51    grammars: [
  52      "source.asciidoc"
  53      "source.gfm"
  54      "text.git-commit"
  55      "text.plain"
  56      "text.plain.null-grammar"
  57      "text.tex.latex"
  58    ]
  59    knownWords: [
  60      "Lorimer"
  61      "polyethene"
  62      "fulfill"
  63    ]
  64    locales: [
  65      "en-AU"
  66    ]
  67  welcome:
  68    showOnStartup: false
  69  whitespace:
  70    ensureSingleTrailingNewline: false
  71".latex.tex.text":
  72  editor:
  73    softWrap: true