Skip to content

Instantly share code, notes, and snippets.

@brettz9
Last active April 5, 2022 06:04
Show Gist options
  • Save brettz9/3b9c45c28b0aa986db3a to your computer and use it in GitHub Desktop.
Save brettz9/3b9c45c28b0aa986db3a to your computer and use it in GitHub Desktop.
My current Atom config
"*":
Hydrogen:
debug: true
kernelNotifications: true
"atom-easy-jsdoc":
beta: true
useReturns: true
"atom-ide-datatip": {}
"atom-ide-outline":
initialDisplay: false
"atom-ide-ui":
"atom-ide-find-references":
defaultLocationForPane: "right"
use:
"atom-ide-diagnostics-ui": "never"
"atom-json-editor":
schemesDir: "/users/Brett/json-schemas"
"atom-lupa":
positionOfPanel: "right"
"atom-package-deps":
ignored: []
"atom-select-npm-install": {}
"atom-typescript":
allowJS: true
ignoredDiagnosticCodes: [
"8002"
"8003"
"8004"
"8006"
"8008"
"8010"
"7016"
"6133"
"6198"
"80002"
"7044"
]
jsSyntaxScopes: [
"source.js"
"source.jsx"
"source.embedded.js"
"javascript"
"source.flow"
]
"atom-webextensions": {}
"autocomplete-paths":
ignoreSubmodules: true
"autocomplete-plus":
fileBlacklist: [
""
]
"bracket-matcher":
highlightMatchingLineNumber: true
"color-tabs":
borderStyle: "left"
markerStyle: "corner"
"color-tabs-regex":
regexEngine: "String.match"
"copy-with-style":
preset1:
font_family: "Helvetica"
format: "RTF"
name: "Copy with Thunderbird"
preset3:
name: "Copy for Thunderbird"
core:
closeEmptyWindows: false
customFileTypes:
"source.applescript": [
"osa"
]
"source.gfm": [
"CHANGES"
]
"source.js": [
"js"
"map"
"cjs"
"mjs"
"source.embedded.js"
]
"source.json": [
"jsonschema"
"metadata"
".eslintrc"
]
"text.html.basic": [
"html"
"htm"
"uce"
]
disabledPackages: [
"spell-check"
"atom-ide-ui"
"atom-ide-javascript"
"atom-ternjs"
"linter-lgtm"
"autocomplete-jsdoc"
"atom-select-npm-install"
"atom-typescript"
"language-javascript-plus"
"project-manager"
"project-viewer"
"project-ring"
"ide-mocha"
"linter-eslint"
"atom-lcov"
"linter-coverage"
"split-vue"
"linter-htmlhint"
]
followSymlinks: false
packagesWithKeymapsDisabled: [
"atom-typescript"
]
packagesWithSnippetsDisabled: [
"language-typescript"
"atom-typescript"
]
telemetryConsent: "limited"
docblockr:
align_tags: "no"
extend_double_slash: false
return_tag: "@returns"
editor:
fontSize: 16
tabLength: 4
"exception-reporting":
userId: "77b9714d-2b69-4ba6-81f2-a53c459a7656"
"git-log":
fontScale: 0.8
"git-plus":
general:
showBranchInTreeView: false
"ide-typescript":
diagnosticsEnabled: false
"language-babel": {}
linter: {}
"linter-coverage": {}
"linter-eslint":
advanced: {}
autofix: {}
disabling:
disableWhenNoEslintConfig: false
rulesToSilenceWhileTyping: [
"no-unused-vars"
"no-undef"
"no-trailing-spaces"
]
global:
globalNodePath: "/Users/brett/.nvm/versions/node/v14.17.1"
useGlobalEslint: true
lintHtmlFiles: true
scopes: [
"source.ts"
"source.js"
"source.vue"
"source.jsx"
"source.js.jsx"
"source.babel"
"source.js-semantic"
"source.embedded.js"
"text.html.vue"
]
"linter-eslint-node":
advanced:
useCache: false
disabling:
disableWhenNoEslintConfig: false
"linter-htmlhint":
disableWhenNoHtmlhintConfig: false
"linter-js-standard":
checkForEslintConfig: false
checkStyleDevDependencies: true
lintHtmlFiles: true
lintMarkdownFiles: true
showEslintRules: true
"linter-markdown":
presetConsistentWithoutConfig: false
presetRecommendedWithoutConfig: false
"linter-ui-default":
panelHeight: 144
showPanel: true
statusBarClickBehavior: "Jump to next issue"
minimap:
plugins:
bookmarks: true
bookmarksDecorationsZIndex: 0
codeglance: true
codeglanceDecorationsZIndex: 0
cursorline: true
cursorlineDecorationsZIndex: 0
"find-and-replace": true
"find-and-replaceDecorationsZIndex": 0
"git-diff": true
"git-diffDecorationsZIndex": 0
"identifier-highlight": true
"identifier-highlightDecorationsZIndex": 0
linter: true
linterDecorationsZIndex: 0
"minimap-hide": true
"minimap-hideDecorationsZIndex": 0
pigments: true
pigmentsDecorationsZIndex: 0
selection: true
selectionDecorationsZIndex: 0
"new-tab": {}
"open-in-browsers":
IE: false
"open-terminal-here":
command: "open -a TerminalTab.app \"$PWD\""
"pinned-tabs":
closeUnpinned: true
"prettier-atom":
formatOnSaveOptions:
isDisabledIfNotInPackageJson: true
prettierEslintOptions: {}
useEslint: true
"project-viewer":
customWidth: 171
disclaimer:
v140: false
"save-workspace-Workspaces":
imf:
panes: [
{
data:
tabs: [
"/Users/brett/schema-builder/package.json"
"/Users/brett/schema-builder/README.md"
"/Users/brett/schema-builder/src/main.js"
"/Users/brett/imf/README.md"
"/Users/brett/imf/rollup.config.js"
"/Users/brett/imf/CHANGES.md"
"/Users/brett/imf/tests/index.js"
"/Users/brett/imf/src/index.js"
]
type: "pane"
}
]
projectPaths: [
"/Users/brett/schema-builder"
"/Users/brett/textbrowser"
"/Users/brett/bahaiwritings"
"/Users/brett/imf"
"/Users/brett/i18nizeElement"
]
"schema-builder":
panes: [
{
data:
tabs: [
"/Users/brett/schema-builder/package.json"
"/Users/brett/schema-builder/README.md"
"/Users/brett/schema-builder/views/store.js"
]
type: "pane"
}
]
projectPaths: [
"/Users/brett/schema-builder"
"/Users/brett/textbrowser"
"/Users/brett/bahaiwritings"
"/Users/brett/imf"
"/Users/brett/i18nizeElement"
]
"status-bar": {}
"structure-view":
ShowProperties: false
ShowVariables: false
"symbols-tree-view":
zAutoHideTypes: "constant string variable property function object"
"tab-control": {}
"tool-bar":
visible: false
"tree-sitter-syntax-visualizer":
showUnnamedTokens: false
"tree-view": {}
"tree-view-git-branch": {}
welcome:
showOnStartup: false
"wrap-with-anything":
chars: "*~/_"
zentabs: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment