Last active
March 14, 2018 23:44
-
-
Save MatthewCallis/9ba74e5f061c3afbec295d7d029b1c7c to your computer and use it in GitHub Desktop.
Atom Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "*": | |
| "activate-power-mode": | |
| autoToggle: false | |
| "atom-beautify": | |
| general: | |
| _analyticsUserId: "1096fe32-134e-4c2c-a217-2e8a6324be94" | |
| "atom-color-highlight": | |
| hideMarkersInComments: true | |
| hideMarkersInStrings: true | |
| "atom-ide-ui": | |
| use: | |
| "atom-ide-busy-signal": "default" | |
| "atom-ide-code-actions": "default" | |
| "atom-ide-code-format": "default" | |
| "atom-ide-code-highlight": "default" | |
| "atom-ide-console": "default" | |
| "atom-ide-datatip": "default" | |
| "atom-ide-definitions": "default" | |
| "atom-ide-diagnostics": "default" | |
| "atom-ide-diagnostics-ui": "never" | |
| "atom-ide-find-references": "default" | |
| "atom-ide-global": "default" | |
| "atom-ide-outline-view": "default" | |
| "atom-ide-signature-help": "default" | |
| hyperclick: "default" | |
| "atom-lint": | |
| clang: | |
| path: "/usr/bin/clang" | |
| coffeelint: | |
| path: "/usr/local/share/npm/bin/coffeelint" | |
| gc: | |
| path: "/usr/local/bin/go" | |
| ignoredNames: [ | |
| "tmp/**" | |
| ".DS_Store" | |
| ".git" | |
| ] | |
| jshint: | |
| path: "/usr/local/bin/jshint" | |
| rubocop: | |
| path: "/Users/matthew/.rbenv/shims/rubocop" | |
| "scss-lint": | |
| path: "/Users/matthew/.rbenv/shims/scss-lint" | |
| "atom-mocha": | |
| compiler: "CoffeScript (coffeescript compiler 1.10.0)" | |
| "atom-package-deps": | |
| ignored: [] | |
| "atom-ternjs": | |
| coffeeScript: false | |
| autocomplete: | |
| includeCompletionsFromAllBuffers: true | |
| "autocomplete-ruby": | |
| rsensePath: "~/.rbenv/shims/rsense" | |
| "bracket-matcher": | |
| autocompleteBrackets: false | |
| autocompleteSmartQuotes: false | |
| "coffee-compile": | |
| grammars: [ | |
| "source.coffee" | |
| "source.litcoffee" | |
| ] | |
| "coffee-lint": | |
| config: "{ \"coffeescript_error\": { \"level\": \"error\" }, \"arrow_spacing\": { \"name\": \"arrow_spacing\", \"level\": \"warn\" }, \"no_tabs\": { \"name\": \"no_tabs\", \"level\": \"error\" }, \"no_trailing_whitespace\": { \"name\": \"no_trailing_whitespace\", \"level\": \"error\", \"allowed_in_comments\": false, \"allowed_in_empty_lines\": true }, \"max_line_length\": { \"name\": \"max_line_length\", \"value\": 280, \"level\": \"warn\", \"limitComments\": true }, \"line_endings\": { \"name\": \"line_endings\", \"level\": \"warn\", \"value\": \"unix\" }, \"no_trailing_semicolons\": { \"name\": \"no_trailing_semicolons\", \"level\": \"error\" }, \"indentation\": { \"name\": \"indentation\", \"value\": 2, \"level\": \"error\" }, \"camel_case_classes\": { \"name\": \"camel_case_classes\", \"level\": \"error\" }, \"colon_assignment_spacing\": { \"name\": \"colon_assignment_spacing\", \"level\": \"ignore\", \"spacing\": { \"left\": 0, \"right\": 0 } }, \"no_implicit_braces\": { \"name\": \"no_implicit_braces\", \"level\": \"ignore\", \"strict\": false }, \"no_plusplus\": { \"name\": \"no_plusplus\", \"level\": \"warn\" }, \"no_throwing_strings\": { \"name\": \"no_throwing_strings\", \"level\": \"error\" }, \"no_backticks\": { \"name\": \"no_backticks\", \"level\": \"error\" }, \"no_implicit_parens\": { \"name\": \"no_implicit_parens\", \"level\": \"ignore\" }, \"no_empty_param_list\": { \"name\": \"no_empty_param_list\", \"level\": \"warn\" }, \"no_stand_alone_at\": { \"name\": \"no_stand_alone_at\", \"level\": \"warn\" }, \"space_operators\": { \"name\": \"space_operators\", \"level\": \"warn\" }, \"duplicate_key\": { \"name\": \"duplicate_key\", \"level\": \"error\" }, \"empty_constructor_needs_parens\": { \"name\": \"empty_constructor_needs_parens\", \"level\": \"warn\" }, \"cyclomatic_complexity\": { \"name\": \"cyclomatic_complexity\", \"value\": 10, \"level\": \"warn\" }, \"newlines_after_classes\": { \"name\": \"newlines_after_classes\", \"value\": 3, \"level\": \"warn\" }, \"no_unnecessary_fat_arrows\": { \"name\": \"no_unnecessary_fat_arrows\", \"level\": \"warn\" }, \"missing_fat_arrows\": { \"name\": \"missing_fat_arrows\", \"level\": \"ignore\" }, \"non_empty_constructor_needs_parens\": { \"name\": \"non_empty_constructor_needs_parens\", \"level\": \"warn\" } }" | |
| core: | |
| audioBeep: false | |
| debugLSP: true | |
| disabledPackages: [ | |
| "atom-jshint" | |
| "toggle-quotes" | |
| "welcome" | |
| "Zen" | |
| "coffee-compile" | |
| "wrap-guide" | |
| "jshint" | |
| "styleguide" | |
| "feedback" | |
| "background-tips" | |
| "atom-lint" | |
| "bookmarks" | |
| "react" | |
| "autocomplete-paths" | |
| "autocomplete-emojis" | |
| "atom-spotify" | |
| "filesize" | |
| "relative-numbers" | |
| "editor-stats" | |
| "metrics" | |
| "linter-php" | |
| "linter-swiftlint" | |
| "linter-clang" | |
| "language-arduino" | |
| "atom-beautify" | |
| "git-time-machine" | |
| "linter-htmlhint" | |
| "linter-ruby" | |
| "regex-railroad-diagram" | |
| "github" | |
| ] | |
| excludeVcsIgnoredPaths: false | |
| ignoredNames: [ | |
| "tmp/**" | |
| ".DS_Store" | |
| ".git" | |
| ".bundle" | |
| "node_modules" | |
| ".sass-cache" | |
| ] | |
| packagesWithKeymapsDisabled: [ | |
| "linter" | |
| "atom-ternjs" | |
| "bracket-matcher" | |
| ] | |
| telemetryConsent: "no" | |
| themes: [ | |
| "one-dark-ui" | |
| "base16-tomorrow-dark-theme" | |
| ] | |
| editor: | |
| fontFamily: "mplus-1mn-light" | |
| fontSize: 16 | |
| invisibles: {} | |
| lineHeight: 1.3 | |
| scrollPastEnd: true | |
| showIndentGuide: true | |
| showInvisibles: true | |
| undoGroupingInterval: 500 | |
| useShadowDOM: false | |
| "exception-reporting": | |
| userId: "73551f07-55e7-fb1f-1de1-174d3daf83bd" | |
| "file-icons": | |
| forceShow: true | |
| strategies: | |
| linguist: false | |
| modelines: false | |
| usertypes: false | |
| "filetype-color": | |
| enabled: "true" | |
| "find-and-replace": | |
| projectSearchResultsPaneSplitDirection: "right" | |
| "fuzzy-finder": | |
| traverseIntoSymlinkDirectories: true | |
| "git-blame": | |
| columnWidth: 271 | |
| "go-plus": | |
| goInstallation: "/usr/local/bin/go" | |
| goPath: "/usr/local/bin" | |
| "highlight-selected": | |
| highlightBackground: true | |
| "language-babel": {} | |
| linter: | |
| clearOnChange: true | |
| ignoredLinterErrors: [ | |
| "rubocop" | |
| ] | |
| lintOnEditorFocus: false | |
| lintOnOpen: false | |
| lintPreviewTabs: false | |
| statusBar: "Show error of the selected line" | |
| "linter-clang": | |
| clangExecutablePath: "/usr/bin" | |
| "linter-coffeelint": | |
| coffeelintExecutablePath: "/usr/local/bin/coffeelint" | |
| "linter-cpplint": {} | |
| "linter-csslint": {} | |
| "linter-eslint": | |
| advancedLocalNodeModules: "/node_modules/" | |
| disableWhenNoEslintrcFileInPath: false | |
| fixOnSave: true | |
| globalNodePath: "/usr/local" | |
| ignoreFixableRulesWhileTyping: true | |
| rulesToDisableWhileFixing: [ | |
| "max-len" | |
| ] | |
| rulesToSilenceWhileTyping: [ | |
| "max-len" | |
| ] | |
| "linter-flake8": | |
| executableDir: "/usr/local/bin" | |
| ignoreErrorCodes: [ | |
| "E501" | |
| "E221" | |
| "E241" | |
| "E129" | |
| ] | |
| "linter-gjslint": | |
| gjslintExecutablePath: "/usr/local/bin/gjslint" | |
| "linter-htmlhint": {} | |
| "linter-javac": | |
| javaExecutablePath: "/usr/bin" | |
| "linter-js-yaml": {} | |
| "linter-jscs": | |
| harmony: true | |
| "linter-jshint": {} | |
| "linter-lua": | |
| luacExecutablePath: "/usr/local/bin" | |
| "linter-pep257": {} | |
| "linter-pep8": {} | |
| "linter-php": | |
| phpExecutablePath: "/usr/bin/php" | |
| "linter-phpmd": {} | |
| "linter-pydocstyle": {} | |
| "linter-pylint": {} | |
| "linter-rubocop": | |
| command: "/Users/matthew/.rbenv/shims/rubocop" | |
| "linter-ruby": | |
| rubyExecutablePath: "/Users/matthew/.rbenv/shims/ruby" | |
| "linter-rust": {} | |
| "linter-scss-lint": | |
| scssLintExecutablePath: "/Users/matthew/.rbenv/shims/scss-lint" | |
| "linter-tslint": {} | |
| "linter-ui-default": | |
| panelHeight: 70 | |
| showTooltip: false | |
| "linter-xmllint": | |
| xmllintExecutablePath: "/usr/bin" | |
| "markdown-preview": | |
| useGitHubStyle: true | |
| "merge-conflicts": | |
| gitPath: "/usr/local/bin/git" | |
| metrics: | |
| userId: "ee7d53faba049242644e3c753ff3426aa1bc6346" | |
| minimap: | |
| absoluteMode: true | |
| ignoreWhitespacesInTokens: true | |
| plugins: | |
| codeglance: false | |
| codeglanceDecorationsZIndex: 0 | |
| cursorline: true | |
| cursorlineDecorationsZIndex: 0 | |
| "find-and-replace": true | |
| "find-and-replaceDecorationsZIndex": 0 | |
| "git-diff": true | |
| "git-diffDecorationsZIndex": 0 | |
| "highlight-selected": true | |
| "highlight-selectedDecorationsZIndex": 0 | |
| linter: true | |
| linterDecorationsZIndex: 0 | |
| "minimap-hide": true | |
| "minimap-hideDecorationsZIndex": 0 | |
| pigments: true | |
| pigmentsDecorationsZIndex: 0 | |
| selection: true | |
| selectionDecorationsZIndex: 0 | |
| "split-diff": true | |
| "split-diffDecorationsZIndex": 0 | |
| "mocha-test-runner": | |
| showContextInformation: true | |
| pigments: {} | |
| "release-notes": | |
| viewedVersion: "0.95.0" | |
| rspec: | |
| command: "bundle exec rspec" | |
| "spell-check": | |
| grammars: [ | |
| "source.gfm" | |
| "text.git-commit" | |
| "text.plain" | |
| ] | |
| "split-diff": | |
| diffWords: true | |
| ignoreWhitespace: true | |
| leftEditorColor: "red" | |
| rightEditorColor: "green" | |
| syncHorizontalScroll: true | |
| tabs: | |
| enableVcsColoring: true | |
| usePreviewTabs: true | |
| "tabs-to-spaces": {} | |
| "tree-view": | |
| hideIgnoredNames: true | |
| hideVcsIgnoredFiles: true | |
| squashDirectoryNames: true | |
| welcome: | |
| showOnStartup: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment