mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-23 06:04:39 -04:00
Add js and css to editorconfig
This commit is contained in:
parent
97c4165f55
commit
e69d98345c
1 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,11 @@ insert_final_newline = true
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{js,css}]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue