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
In fact there is no dedicated OpenSCAD formatting tool, the formatting function simply calls clang-format. So if the format is too different from the c language, it will not be formatted correctly. There is no good resolution for now, it is a big project.
ah, ok, I thought there was already some openSCAD special formatting sauce already.
That sounds like a good workaround; same with the ! and # modifiers too?
Minor formatting bug:
Take example (Google-style formatting)
Suppose you want to hide the last
circle
, like:Formatting the file results in
(workaround: make a dummy module
hide()
, and use that instead of*
)The text was updated successfully, but these errors were encountered: