We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if
do
with-open
Should we review how if, do, and with-open are indented?
Currently, they indent like this, if using two-space indentation:
(do (print "test") (print "test2") (print "test3")) (with-open [file-out (io.open "test.txt" :w)] (file-out:write data)) (if (some-function :test) (another-function :test2) (yet-another-function :test3))
If this is the intended behaviour, please ignore or close this! <3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should we review how
if
,do
, andwith-open
are indented?Currently, they indent like this, if using two-space indentation:
If this is the intended behaviour, please ignore or close this! <3
The text was updated successfully, but these errors were encountered: