You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
Different contributors and collaborators use different formatting style. I'm mainly talking about spaces and tabs. I believe @egordorichev originally used tabs, so this is a note for everyone: use tabs when developing neko8. If you use vim, you can do :set noet to write tabs instead of 4 (or 2) spaces.
Here's a quote from @egordorichev about formatting.
2 spaces for tab, but use tabs!! If you can, keep your lines shorter then 42 80 chars
So if line doesn't fit, (...) [do this:]
function toLongFunctions(
arg, arg2
)
body
end
The text was updated successfully, but these errors were encountered:
Different contributors and collaborators use different formatting style. I'm mainly talking about spaces and tabs. I believe @egordorichev originally used tabs, so this is a note for everyone: use tabs when developing neko8. If you use vim, you can do
:set noet
to write tabs instead of 4 (or 2) spaces.Here's a quote from @egordorichev about formatting.
The text was updated successfully, but these errors were encountered: