|
|
| Author |
Message |
< Erlang bugs mailing list ~ Wrong emacs indentation of records with defined types |
| Zert |
Posted: Fri Mar 26, 2010 7:02 am |
|
|
|
User
Joined: 03 Dec 2007
Posts: 32
|
Hello
When I write record definition without member type, emacs has correct
indentation:
<pre>
-record(state, {
sequence_number = 1
}).
</pre>
But when I put type definition, it looks like:
<pre>
-record(state, {
sequence_number = 1 :: integer()
}).
</pre>
--
Maxim Treskin
________________________________________________________________
erlang-bugs (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-bugs-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|