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:
parent
50b0d864c2
commit
65d80fcbc4
3 changed files with 68 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue