Replies: 1 comment
|
There isn't a code formatter yet. If you use the features of your editor though it shouldn't be too terrible, for example selecting multiple lines and then pressing tab or shift-tab to indent or dedent. It wouldn't be too difficult to create a code formatter though I believe |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the process of manually translating from C (with the help of the find and replace feature of the text editor), the format of my source file became a mess. Currently, I format everything manually by hand. But this becomes infeasible when having to deal with a large source file (for example, translating
dwtest.cto Adept).All reactions