Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom IDE #158

Merged
merged 1 commit into from
Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions snowblocks/atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
analytics: false
beautifyEntireFileOnSave: false
"atom-ide-ui":
"atom-ide-code-format":
formatOnSave: false
formatOnType: false
"atom-ide-datatip":
datatipDebounceDelay: 2000
hyperclick:
linuxTriggerKeys: "shiftKey,ctrlKey"
"atom-material-ui":
Expand Down Expand Up @@ -73,6 +78,7 @@
"markdown-preview"
"symbols-view"
"github"
"linter"
]
excludeVcsIgnoredPaths: true
fileEncoding: "utf8"
Expand Down
11 changes: 2 additions & 9 deletions snowblocks/atom/packages.cson
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT
# References:
# https://github.com/lee-dohm/package-sync

packages: [
"atom-beautify"
"atom-ide-ui"
"atom-material-ui"
"busy-signal"
"color-picker"
"docblockr"
"file-icons"
"highlight-selected"
"ide-typescript"
"intentions"
"language-babel"
"language-diff"
Expand Down