JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
124 stars 26 forks source link

Fix indentation in the source #28

Closed juliohm closed 7 years ago

juliohm commented 7 years ago

The source code has mixed indentation, it shows up completely misaligned in my text editor.

Please consider removing all tabs and using spaces only: http://softwareengineering.stackexchange.com/questions/57/tabs-versus-spaces-what-is-the-proper-indentation-character-for-everything-in-e

juliohm commented 7 years ago

Can I send a PR? How many spaces would you prefer for indentation 2 or 4?

skariel commented 7 years ago

please send a PR, I prefer 4 spaces. Thanks!