Advertisement
EXTREMEXPLOIT

Atom Settings

Nov 13th, 2020 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. "*":
  2.   "atom-discord":
  3.     smallImage: {}
  4.   core:
  5.     disabledPackages: [
  6.       "wrap-guide"
  7.     ]
  8.     telemetryConsent: "limited"
  9.   editor:
  10.     fontSize: 13
  11.   "exception-reporting":
  12.     userId: ""
  13.   runner:
  14.     extensions:
  15.       java: "java"
  16.       sml: "sml"
  17.       php: "php"
  18.     scopes:
  19.       coffee: "coffee"
  20.       go: "go run"
  21.       java: "javac"
  22.       js: "node"
  23.       python: "python3"
  24.       ruby: "ruby"
  25.       shell: "bash"
  26.       sml: "sml"
  27.       php: "php"
  28.  
  29.   welcome:
  30.     showOnStartup: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement