xDefcon / sinusbot-scripts

Scripts for SinusBot (sinusbot.com)
GNU General Public License v3.0
14 stars 10 forks source link

Syntax fails removed+ Beautified #4

Closed mxschmitt closed 8 years ago

mxschmitt commented 8 years ago

What do you think about that?

xDefcon commented 8 years ago

Will beautify on next version, ty!

mxschmitt commented 8 years ago

Why do you not apply that? :/

xDefcon commented 8 years ago

I don't like 2 spaces indentation style.

irgendwr commented 8 years ago

just merge it and change stuff afterwards

mxschmitt commented 8 years ago

You are strange.... that is the default way of making code clear

xDefcon commented 8 years ago

It is the common code style for JavaScript, but i prefer use 4 spaces instead of 2.

mxschmitt commented 8 years ago

kk but remember, most of the if clauses in your script are not valid for ECMAScript.