mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 01:22:26 +01:00
update settings
This commit is contained in:
parent
fa5f6c0906
commit
5f341b9638
@ -8,9 +8,8 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
# Matches multiple files with brace expansion notation
|
|
||||||
# Set default charset
|
# Set default charset
|
||||||
[*.{js,ts,less}]
|
[*.{js,ts,scss,html}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
.idea
|
.idea
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
vwd.webinfo
|
||||||
*.crx
|
*.crx
|
||||||
*.pem
|
*.pem
|
||||||
dist
|
dist
|
||||||
|
Loading…
Reference in New Issue
Block a user