Update vscode settings
This commit is contained in:
parent
9585ebf32a
commit
5647dd861a
36
.vscode/settings.json
vendored
36
.vscode/settings.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"files.eol": "\n",
|
"files.eol": "\r\n",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": false,
|
||||||
"beautify.language": {
|
"beautify.language": {
|
||||||
"js": {
|
"js": {
|
||||||
"type": [
|
"type": [
|
||||||
@ -25,36 +25,6 @@
|
|||||||
"htm",
|
"htm",
|
||||||
"html",
|
"html",
|
||||||
"mustache",
|
"mustache",
|
||||||
"xml"
|
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"beautify.config": {
|
|
||||||
"eol": "\n",
|
|
||||||
"end_with_newline": false,
|
|
||||||
"indent_char": " ",
|
|
||||||
"indent_size": 2,
|
|
||||||
"indent_with_tabs": false,
|
|
||||||
"preserve_newlines": true,
|
|
||||||
"brace_style": "collapse",
|
|
||||||
"max_preserve_newlines": 2,
|
|
||||||
"extra_liners": [
|
|
||||||
"head",
|
|
||||||
"body",
|
|
||||||
"/html"
|
|
||||||
],
|
|
||||||
"indent_body_inner_html": true,
|
|
||||||
"indent_inner_html": false,
|
|
||||||
"indent_scripts": "separate",
|
|
||||||
"wrap_attributes": "force-aligned",
|
|
||||||
"newline_between_rules": false,
|
|
||||||
"selector_separator_newline": false,
|
|
||||||
"space_around_combinator": true,
|
|
||||||
"space_around_selector_separator": true,
|
|
||||||
"keep_array_indentation": true,
|
|
||||||
"space_before_conditional": true,
|
|
||||||
"wrap_line_length": 0
|
|
||||||
},
|
|
||||||
"beautify.ignore": [
|
|
||||||
"Backstories/**/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user