lint update

This commit is contained in:
Mehdi Benadel
2024-05-25 14:39:45 +02:00
parent 67abb5279f
commit 2c81d9a052
5 changed files with 16 additions and 7 deletions

View File

@ -5,11 +5,16 @@
root = true
[**.{ts,json,js,css}]
quote_type = single
end_of_line = lf
charset = utf-8
# Please set your autosave delay to 1 second to avoid getting kicked out of the last line at each input
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
indent_size = 2
[**.{ts,js,css}]
quote_type = single
[**.json]
quote_type = double