Skip to main content

atom

· One min read

beautify

config.cson

"*":
"atom-beautify":
bash: {}
php: {}
nginx:
indent_size: 4
brace_style: "expand"

keymap.cson

'.platform-darwin':
'cmd-e': 'fuzzy-finder:toggle-file-finder'
'cmd-t': 'tree-view:reveal-active-file'
'cmd-b': 'script:run'