Skip to content

Instantly share code, notes, and snippets.

@el-rotny
Last active March 6, 2019 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save el-rotny/285863f8ea94168a269b38c096395753 to your computer and use it in GitHub Desktop.
Save el-rotny/285863f8ea94168a269b38c096395753 to your computer and use it in GitHub Desktop.
config.cson
"*":
"atom-ide-ui":
"atom-ide-code-format":
formatOnSave: true
"atom-package-deps":
ignored: [
"linter-tidy"
"linter-sass-lint"
"linter-scss-lint"
"linter-scss-lint"
"linter-scss-lint"
]
"linter-eslint":
ignoreFixableRulesWhileTyping: true
"linter-scss-lint":
disableWhenNoConfigFileInPath: true
"linter-ui-default": {}
"platformio-ide-terminal":
style:
theme: "one-dark"
"prettier-atom":
formatOnSaveOptions:
enabled: true
showInStatusBar: true
prettierOptions:
jsxBracketSameLine: true
singleQuote: true
useEslint: true
useStylelint: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment