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:
Max Hodges
2014-10-09 13:15:55 +09:00
parent 17bfc29c5b
commit c59b7f6ead

View File

@@ -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.