Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. "*":
  2. "bracket-matcher":
  3. autocompleteCharacters: [
  4. "()"
  5. "[]"
  6. "{}"
  7. "\"\""
  8. "“”"
  9. "‘’"
  10. "«»"
  11. "‹›"
  12. ]
  13. core:
  14. customFileTypes:
  15. "source.ini": [
  16. ".buckconfig"
  17. ".flowconfig"
  18. ".hgrc"
  19. ]
  20. "source.json": [
  21. ".arcconfig"
  22. "BUCK.autodeps"
  23. ]
  24. "source.python": [
  25. "BUCK"
  26. ]
  27. disabledPackages: [
  28. "atom-runner"
  29. "fonts"
  30. "lcov-info"
  31. "linter"
  32. "nuclide"
  33. "pigments"
  34. "project-manager"
  35. "react-snippets"
  36. "source-preview"
  37. "source-preview-postcss"
  38. "busy-signal"
  39. "clipboard-plus"
  40. "docblockr"
  41. "git-plus"
  42. "linter-eslint"
  43. "linter-stylelint"
  44. "linter-ui-default"
  45. "merge-conflicts"
  46. "mocha-test-runner"
  47. "node-debugger"
  48. "emmet"
  49. "language-babel"
  50. "language-postcss"
  51. "intentions"
  52. "go-plus"
  53. ]
  54. openEmptyEditorOnStart: false
  55. packagesWithKeymapsDisabled: [
  56. "clipboard-history"
  57. "lisp-paredit"
  58. ]
  59. projectHome: "/Users/irasantiago/Sites"
  60. telemetryConsent: "no"
  61. themes: [
  62. "one-dark-ui"
  63. ]
  64. docblockr: {}
  65. editor:
  66. atomicSoftTabs: false
  67. autoIndentOnPaste: false
  68. backUpBeforeSaving: true
  69. fontFamily: "Iosevka"
  70. fontSize: 18
  71. invisibles: {}
  72. lineHeight: 1.6
  73. normalizeIndentOnPaste: false
  74. scrollPastEnd: true
  75. showIndentGuide: true
  76. softTabs: false
  77. tabType: "soft"
  78. emmet: {}
  79. "exception-reporting":
  80. userId: "f9b08f4d-e5c7-4cee-617b-9a0460891b3d"
  81. fonts:
  82. fontFamily: "Roboto Mono Medium"
  83. "git-plus":
  84. general:
  85. _analyticsUserId: "e997af0d-a3dc-4532-a7ad-49905e2159c8"
  86. "highlight-line":
  87. enableUnderline: true
  88. "highlight-selected":
  89. highlightBackground: true
  90. "language-babel": {}
  91. "lcov-info":
  92. coveredType: "Uncovered Lines Only"
  93. linter: {}
  94. "linter-clojure": {}
  95. "linter-eslint": {}
  96. "linter-scss-lint": {}
  97. "linter-ui-default":
  98. panelHeight: 69
  99. "lisp-paredit":
  100. indentationForms: [
  101. "try"
  102. "catch"
  103. "finally"
  104. "/^let/"
  105. "are"
  106. "/^def/"
  107. "fn"
  108. "cond"
  109. "condp"
  110. "/^if.*/"
  111. "/.*\\/for/"
  112. "for"
  113. "for-all"
  114. "/^when.*/"
  115. "testing"
  116. "doseq"
  117. "dotimes"
  118. "ns"
  119. "routes"
  120. "GET"
  121. "POST"
  122. "PUT"
  123. "DELETE"
  124. "extend-protocol"
  125. "loop"
  126. "do"
  127. "case"
  128. "with-bindings"
  129. "checking"
  130. "with-open"
  131. ]
  132. strict: false
  133. "merge-conflicts": {}
  134. "mocha-test-runner":
  135. env: "ALDO_ENV=local"
  136. nuclide:
  137. hyperclick:
  138. darwinTriggerKeys: "ctrlKey,metaKey"
  139. "nuclide-home":
  140. showHome: false
  141. pigments:
  142. markerType: "native-square-dot"
  143. "project-manager":
  144. closeCurrent: true
  145. "proto-repl":
  146. autoPrettyPrint: true
  147. autoScroll: false
  148. bootPath: "/usr/local/bin/lein"
  149. displayHelpText: false
  150. openReplInRightPane: false
  151. "tool-bar": {}
  152. "tree-view":
  153. hideVcsIgnoredFiles: true
  154. welcome:
  155. showOnStartup: false
  156. whitespace: {}
  157. ".babel.regexp.source":
  158. editor:
  159. normalizeIndentOnPaste: "false"
  160. ".clojure.source":
  161. editor:
  162. autoIndent: false
  163. autoIndentOnPaste: false
  164. nonWordCharacters: "()\"':,;~@#$%^&{}[]`"
  165. scrollPastEnd: true
  166. ".css.source":
  167. editor:
  168. normalizeIndentOnPaste: "false"
  169. ".cucumber.rspec.ruby.source.steps":
  170. editor:
  171. normalizeIndentOnPaste: "false"
  172. ".diff":
  173. editor:
  174. normalizeIndentOnPaste: "false"
  175. ".diff.source":
  176. editor:
  177. normalizeIndentOnPaste: "false"
  178. ".editorconfig.source":
  179. editor:
  180. normalizeIndentOnPaste: "false"
  181. ".feature.gherkin.text":
  182. editor:
  183. normalizeIndentOnPaste: "false"
  184. ".ini.source":
  185. editor:
  186. normalizeIndentOnPaste: "false"
  187. ".js.jsx.source":
  188. editor:
  189. normalizeIndentOnPaste: "false"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement