mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
add editorconfig rule for json files
This commit is contained in:
parent
4e4bcdd790
commit
413b65fd2b
@ -6,7 +6,7 @@ indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{js,css}]
|
||||
[*.{js,css,json}]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
@ -33,4 +33,4 @@
|
||||
"location.origin"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@
|
||||
"no-irregular-whitespace": true,
|
||||
"string-no-newline": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user