'WebStorm SCSS configuration for keeping empty lines
How should I configure WebStorm in order to keep empty lines placed into a SCSS file? When formatting it removes them.
Solution 1:[1]
U can use ij_scss_keep_blank_lines_in_code option in ur .editorconfig file like that
[*.scss]
ij_scss_keep_blank_lines_in_code = X
X - is the maximum allowable amount of blank lines
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sthon |
