complexvariables / conformalmapping

Conformal mapping toolkit for MATLAB
Other
11 stars 9 forks source link

Indentation standard #24

Closed ehkropf closed 10 years ago

ehkropf commented 10 years ago

So for years I've used a 2-space indentation scheme because I often work on a small screen. (Don't judge me by my laptop size!) It's obvious that when indentation on an entire file changes, it is difficult to track what else has changed in that commit. I propose that I go through all the files switch them to the following standard:

classdef abc
% Help string

properties
    property
end

methods
    function xyz(...)
        ...
    end
end

end
ehkropf commented 10 years ago

Closing as subsumed under #27.