Last active
June 8, 2020 11:50
-
-
Save kinafu/7eef34a447a0bcadae971ef046cee368 to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://atom.io/packages/sync-settings
This file contains 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
# initialization file (not found) |
This file contains 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
# keymap file (not found) |
This file contains 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
{ | |
"arduino-upload": { | |
"version": "1.8.0" | |
}, | |
"atom-beautify": { | |
"version": "0.33.4" | |
}, | |
"atom-live-server": { | |
"version": "2.3.0" | |
}, | |
"autocomplete-clang": { | |
"version": "0.13.1" | |
}, | |
"build": { | |
"version": "0.70.0" | |
}, | |
"busy-signal": { | |
"version": "2.0.1" | |
}, | |
"editorconfig": { | |
"version": "2.6.1" | |
}, | |
"file-icons": { | |
"version": "2.1.41" | |
}, | |
"highlight-selected": { | |
"version": "0.17.0" | |
}, | |
"intentions": { | |
"version": "1.1.5" | |
}, | |
"language-ini": { | |
"version": "1.23.0" | |
}, | |
"linter": { | |
"version": "2.3.1" | |
}, | |
"linter-eslint": { | |
"version": "8.5.5" | |
}, | |
"linter-gcc": { | |
"version": "0.9.0" | |
}, | |
"linter-gcc2": { | |
"version": "0.8.8" | |
}, | |
"linter-js-yaml": { | |
"version": "1.4.6" | |
}, | |
"linter-jsonlint": { | |
"version": "1.4.0" | |
}, | |
"linter-markdown": { | |
"version": "5.2.11" | |
}, | |
"linter-php": { | |
"version": "1.6.1" | |
}, | |
"linter-shellcheck": { | |
"version": "1.6.0" | |
}, | |
"linter-ui-default": { | |
"version": "1.8.1" | |
}, | |
"minimap": { | |
"version": "4.29.9" | |
}, | |
"minimap-bookmarks": { | |
"version": "0.4.2" | |
}, | |
"minimap-cursorline": { | |
"version": "0.2.0" | |
}, | |
"minimap-find-and-replace": { | |
"version": "4.5.2" | |
}, | |
"minimap-git-diff": { | |
"version": "4.3.1" | |
}, | |
"minimap-highlight-selected": { | |
"version": "4.6.1" | |
}, | |
"minimap-linter": { | |
"version": "2.2.1" | |
}, | |
"minimap-pigments": { | |
"version": "0.2.2" | |
}, | |
"minimap-selection": { | |
"version": "4.5.0" | |
}, | |
"platformio-aia": { | |
"version": "0.0.5" | |
}, | |
"platformio-ide": { | |
"version": "2.6.0" | |
}, | |
"platformio-ide-debugger": { | |
"version": "1.2.6" | |
}, | |
"platformio-ide-terminal": { | |
"version": "2.10.0" | |
}, | |
"split-diff": { | |
"version": "1.6.1" | |
}, | |
"sync-settings": { | |
"version": "4.3.3" | |
}, | |
"teletype": { | |
"version": "0.13.4" | |
}, | |
"tool-bar": { | |
"version": "1.3.0" | |
} | |
} |
This file contains 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
{ | |
"*": { | |
"": { | |
"source": { | |
"shell": { | |
"ensureSingleTrailingNewline": false, | |
"removeTrailingWhitespace": false | |
} | |
} | |
}, | |
"arduino-upload": { | |
"arduinoExecutablePath": "/home/philipp/Downloads/arduino-1.8 .12-linux64/arduino-1.8.12/arduino", | |
"baudRate": 115200, | |
"board": "esp8266:esp8266:nodemcuv2" | |
}, | |
"core": { | |
"disabledPackages": [ | |
"markdown-preview", | |
"whitespace", | |
"platformio-ide", | |
"platformio-ide-terminal", | |
"platformio-ide-debugger", | |
"platformio-aia" | |
], | |
"telemetryConsent": "limited" | |
}, | |
"editor": { | |
"fontSize": 19, | |
"showIndentGuide": true, | |
"showInvisibles": true, | |
"softWrap": true | |
}, | |
"exception-reporting": { | |
"userId": "d3d389ce-b965-4e27-b53d-142777e59300" | |
}, | |
"file-icons": { | |
"coloured": false | |
}, | |
"linter-gcc": { | |
"gccDebug": true, | |
"gccIncludePaths": "/home/philipp/Arduino/libraries/*,/home/philipp/.arduino15/packages/esp8266/hardware/esp8266/2.7.1/*", | |
"gccLintOnTheFly": true | |
}, | |
"linter-shellcheck": {}, | |
"linter-ui-default": { | |
"showPanel": true, | |
"useBusySignal": false | |
}, | |
"minimap": { | |
"plugins": { | |
"bookmarks": true, | |
"bookmarksDecorationsZIndex": 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, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0, | |
"selection": true, | |
"selectionDecorationsZIndex": 0 | |
} | |
}, | |
"sync-settings": { | |
"hiddenSettings": {}, | |
"installLatestVersion": true, | |
"onlySyncCommunityPackages": true, | |
"quietUpdateCheck": true | |
}, | |
"tool-bar": { | |
"position": "Left" | |
}, | |
"welcome": { | |
"showOnStartup": false | |
}, | |
"whitespace": {} | |
} | |
} |
This file contains 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
# snippets file (not found) |
This file contains 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
// styles file (not found) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment