voorhoede / riotjs-style-guide

Opinionated RiotJS Style Guide for teams.
Creative Commons Zero v1.0 Universal
287 stars 22 forks source link

style directory trees using ascii tree branches #28

Closed jbmoelker closed 8 years ago

jbmoelker commented 8 years ago

Summary

Proposed changes:

Resolves #24.

Checklist

petergoes commented 8 years ago

Can't we use these things?

├──
└──

So:

modules/
└── my-example/
    ├── my-example.tag.html
    ├── my-example.less
    ├── ...
    └── README.md
jbmoelker commented 8 years ago

@petergoes didn't know those exist. All looks good to me. Just make sure it actually looks like the files come out of the my-example/ directory (extra indent?). @phortuin what do you think?

petergoes commented 8 years ago

I copied them from the tree command line app