mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-21 02:11:54 +01:00
update settings
This commit is contained in:
parent
104f0f61b3
commit
a0225ef414
@ -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
|
||||||
dist/
|
dist/
|
||||||
*.crx
|
*.crx
|
||||||
*.pem
|
*.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user