Created
March 31, 2017 22:30
-
-
Save devdrops/8d24c2a0698ecdaf4de42e2496ab4c87 to your computer and use it in GitHub Desktop.
Atom settings
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
| "*": | |
| core: | |
| audioBeep: false | |
| themes: [ | |
| "one-dark-ui" | |
| "monokai" | |
| ] | |
| editor: | |
| scrollPastEnd: true | |
| showIndentGuide: true | |
| tabLength: 4 | |
| autoIndent: true | |
| autoIndentOnPaste: true | |
| preferredLineLength: 80 | |
| showIndentGuide: true | |
| showLineNumbers: true | |
| tabLength: 4 | |
| scrollPastEnd: true | |
| "exception-reporting": | |
| userId: "d2233d1b-8496-4f9c-b093-f4d5b719baf2" | |
| "linter-php": | |
| executablePath: "docker run -it --rm devdrops/php-toolbox php" | |
| welcome: | |
| showOnStartup: false | |
| whitespace: | |
| removeTrailingWhitespace: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment