Codestyle for indents and line breaks varies across SCSS files within the Atum template. In general, the following standards appear to be followed however there is places where it is not.
"end_with_newline": true,
"indent_char": " ",
"indent_size": 2,
"newline_between_rules": true,
"selector_separator_newline": true,
"space_around_combinator": true,
Labels |
Added:
?
?
|
The way I understood the code, it was supposed to be the other way around. If that isn't the case, then I have to apologise and it was an error on my part.
Actually apoligies on my part. It looks like you didn't move them into the exclude flag.
In which case I'm not sure why the SCSS isn't being linted. Could try reverting as a test
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-24 08:29:35 |
Closed_By | ⇒ | ciar4n |
shouldn't there be a lint or sniff (I forget the correct term) to test this?