Advertisement
ArenMook

Atom Config

Aug 20th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. "*":
  2.   core:
  3.     ignoredNames: [
  4.       ".git"
  5.       ".hg"
  6.       ".svn"
  7.       ".DS_Store"
  8.       "._*"
  9.       "Thumbs.db"
  10.       ".meta"
  11.     ]
  12.     projectHome: "C:\\Projects"
  13.     themes: [
  14.       "one-light-ui"
  15.       "one-light-syntax"
  16.     ]
  17.   editor:
  18.     fontFamily: "Consolas"
  19.     fontSize: 13
  20.     lineHeight: 1.2
  21.     preferredLineLength: 140
  22.     softTabs: false
  23.     tabLength: 4
  24.     tabType: "hard"
  25.   "exception-reporting":
  26.     userId: "e38cefbe-3a66-36c3-752a-9a4e31e45c72"
  27.   welcome:
  28.     showOnStartup: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement