add config files
This commit is contained in:
parent
2e5f2ef163
commit
04359b8e70
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"editorconfig": false,
|
||||||
|
"indent_size": 2,
|
||||||
|
"end_with_newline": true,
|
||||||
|
"html": {
|
||||||
|
"brace_style": "collapse",
|
||||||
|
"indent_char": " ",
|
||||||
|
"indent_scripts": "normal",
|
||||||
|
"indent_inner_html": true,
|
||||||
|
"indent_empty_lines": false,
|
||||||
|
"wrap_line_length": 120,
|
||||||
|
"wrap_attributes": "force-expand-multiline",
|
||||||
|
"unformatted": [
|
||||||
|
"sub",
|
||||||
|
"sup",
|
||||||
|
"b",
|
||||||
|
"i",
|
||||||
|
"u",
|
||||||
|
"em",
|
||||||
|
"strong"
|
||||||
|
],
|
||||||
|
"preserve_newlines": true,
|
||||||
|
"max_preserve_newlines": 2
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
node_modules/*
|
||||||
|
e2e/*
|
||||||
|
dist/*
|
||||||
|
src/assets/scss/bootstrap/*
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"printWidth": 80,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"useTabs": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "all",
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"arrowParens": "always",
|
||||||
|
"jsxBracketSameLine": false,
|
||||||
|
"semi": true
|
||||||
|
}
|
Loading…
Reference in New Issue