mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
new users should be warned about cson
improper trailing and leading spaces can cause your bindings to fail.Since cson has very little adoption relative to json, I think it's important to warn new users that they need to understand CoffeeScript notation or else a single space could break their file. I spent one full hour today trying to get an auto-indent mapping to work. The solution involved adding one leading space!
This commit is contained in:
@@ -19,3 +19,5 @@
|
||||
# You can find more information about keymaps in these guides:
|
||||
# * https://atom.io/docs/latest/customizing-atom#customizing-key-bindings
|
||||
# * https://atom.io/docs/latest/advanced/keymaps
|
||||
#
|
||||
# Bindings not working? Be aware that son follows CoffeeScript notation with differs with json.
|
||||
|
||||
Reference in New Issue
Block a user