Closed bjansen closed 7 years ago
Should this be an Integer comprehensionIndentationLevels
(default 1, @bjansen 0) or a Boolean indentComprehensions
(default true
, @bjansen false
)? Integer
is more general, but I assume almost nobody would use any values but 0 and 1, and a Boolean
is friendlier to the IDE settings dialog (checkbox instead of number entry field).
I vote in favor of a Boolean
, people are not crazy enough to want double indents for this ;)
Boolean | Integer indentationEnabledOrSpaces
:)
I've seen 1-space indenting on gitter.
🙄
They should add that emoji to the standard list
I got it from macOS' emoji keyboard! http://emojipedia.org/face-with-rolling-eyes/
I really don’t want to support indentation independent of indentMode
… let’s keep it to levels, at least.
Some people prefer this:
over this:
It would be nice if the indentation was configurable.