rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Added ability to proxy a post #19

Closed brianhks closed 11 years ago

rasmusbergpalm commented 11 years ago

Don't change formatting: use 4 spaces.

brianhks commented 11 years ago

'content' isn't the only thing that changed but, I'll extract the common headers. As for formatting I saw no consistency so I just guessed. I take it you want spaces?

rasmusbergpalm commented 11 years ago

Alright, I was too fast. Yes, 4 spaces. And curly braces inline, e.g.

if (true) {
    echo "lala";
} else {
    echo "moo"
}