style: Add editorconfig for css

Change indentation for CSS and SCSS to 2 instead of the default which is 4.
This commit is contained in:
sthag 2025-10-25 09:15:41 +02:00
parent 50b0d864c2
commit 65d80fcbc4
3 changed files with 68 additions and 30 deletions

View file

@ -7,3 +7,7 @@ indent_size = 4
indent_style = tab
insert_final_newline = false
max_line_length = 120
[*.{css,scss}]
tab_width = 2
indent_size = tab