-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim - identation support #32
Comments
Interesting. I've tried to design ribosome so that it produces well indented code. I would love to hear why it doesn't work for you. |
My thought as well. I never had any problems with the indentation of the generated code. Could you please provide some examples? |
My bad.I said it wrong. I want to be able to indent the original file, the .dna file,but the parts that go to the output.
to
|
That sounds hard given that there are two overlapping indentations. mgor? |
Hm, I have no experience with manipulating indentation behaviour in vim. It is probably possible, but I would have to look into it to be sure. Don't know when I'll have time for that though. |
@mgor
I was wondering if vim could help us indent the generated code.
Having gg=G indent the file would be great.
The text was updated successfully, but these errors were encountered: