-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Default indents for time
, delay
#524
Comments
I don't see any special indentation rules for them in the code, so they should be indented just like any other form. |
Sorry, in which code? |
In clojure-mode’s code.
On Wed, 24 Apr 2019 at 6:13, vemv ***@***.***> wrote:
I don't see any special indentation rules for them in the code
Sorry, in which code?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#524 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAZLSQDPPYBEF4SG54U6XDPR7F6LANCNFSM4HHT4DBA>
.
--
Best Regards,
Bozhidar Batsov
http://www.batsov.com
|
Yes, I didn't find rules for them and was thinking that they're missing, perhaps because those macros aren't used that much. Otherwise it'd surprise me the different indentation style vs. most other clojure.core macros. |
Got. Seems that |
I agree with Bozhidar. Even though |
Probably, yes. :-) |
Shouldn't
time
anddelay
be indented with 2 spaces rather than 1?As I view it, both macros take zero special arguments.
The text was updated successfully, but these errors were encountered: