[julia-users] code style: indentation?

2015-06-16 Thread Andreas Lobinger
Hello colleagues,

as julia is not whitespace sensitive and we still miss auto-format, i would 
guess, there are a few versions of indentation visible around. A PR of mine 
has just been criticised to use unconventional indentation, so i took a 
few minutes to update my know-how about conventional indentation and guess 
what? No info.

The 0.4 manual contains a few notes about coding style and this exists: 
https://github.com/johnmyleswhite/Style.jl but i'm not sure if this is 
referenced in the documentation anywhere.

So?

Wishing a happy day,
Andreas



[julia-users] code style: indentation?

2015-06-16 Thread cormullion
Hi!

In Contributing.md, it says:

4 spaces per indentation level, no tabs

so perhaps your use of 8 is the cause?