~cytrogen/masto-fe

d7d013609c86fbb542c907bc0970b4b48f506708 — Zoë Bijl 6 months ago e36d764
[bugfix] correctly format editorconfig (#78)

I had incorrectly assumed you could split the array over multiple lines. Also removed non-existant (for now) files.

Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/78
Co-authored-by: Zoë Bijl <code@moiety.me>
Co-committed-by: Zoë Bijl <code@moiety.me>
1 files changed, 3 insertions(+), 5 deletions(-)

M .editorconfig
M .editorconfig => .editorconfig +3 -5
@@ 1,9 1,7 @@
root = true

[*.scss]
indent_size = 2

[{
    tangerine.scss,
    login.scss,
    **/tangerine/*.scss
}]
[login.scss]
indent_size = 4
\ No newline at end of file