Skip to content

Instantly share code, notes, and snippets.

@dg
Created May 21, 2014 11:20
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 dg/dbe8c58e5866d9fe5bf9 to your computer and use it in GitHub Desktop.
Save dg/dbe8c58e5866d9fe5bf9 to your computer and use it in GitHub Desktop.
Bullet & tabs problem in NEON http://ne-on.org
# spaces are OK
- key1: # empty means NULL
key2: hello
key3: 123
# tabs are confusing
- key1:
key2: hello
key3: 123
# mix, used tabs + 2 spaces
root:
- key1:
key2: hello
key3: 123
@ViliamKopecky
Copy link

# What's the point? Am I missing something, or is it the same as this?
# Array of array-objects right?

-
    key1: 
    key2: hello
    key3: 123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment