Browse Source

update settings

PS-589-2fa-device-verification-settings
Kyle Spearrin 8 years ago
parent
commit
5f341b9638
  1. 3
      .editorconfig
  2. 1
      .gitignore

3
.editorconfig

@ -8,9 +8,8 @@ root = true @@ -8,9 +8,8 @@ root = true
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,ts,less}]
[*.{js,ts,scss,html}]
charset = utf-8
indent_style = space
indent_size = 4

1
.gitignore vendored

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
.idea
node_modules
npm-debug.log
vwd.webinfo
*.crx
*.pem
dist

Loading…
Cancel
Save