diff --git a/.vscode/settings.json b/.vscode/settings.json index 27ca3926..0ffe83be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { - "files.eol": "\n", - "editor.formatOnSave": true, + "files.eol": "\r\n", + "editor.formatOnSave": false, "beautify.language": { "js": { "type": [ @@ -25,36 +25,6 @@ "htm", "html", "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/**/*" - ] + } } \ No newline at end of file