When I paste code that is already properly indented, extra indents are added, forcing the manual removal of indents in order to achieve consistent indentation for readability). For example, if I copy this:
color: var(--color-primary);
background: var(--color-bkgrd-highlight);
border-left-color: var(--color-primary);β¦when pasted it is now like this:
color: var(--color-primary);
background: var(--color-bkgrd-highlight);
border-left-color: var(--color-primary);Please authenticate to join the conversation.
Next Release
Bug Reports
17 days ago

ainom
Get notified by email when there are changes.
Next Release
Bug Reports
17 days ago

ainom
Get notified by email when there are changes.