From e71ab5dc2f49b697ee4e1f138d069e9cda57d71b Mon Sep 17 00:00:00 2001 From: "DUDULUU-R7\\duduluu" Date: Thu, 26 Oct 2017 23:56:56 +0800 Subject: [PATCH] Update VSCode settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 015bf946..314b8a34 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -50,6 +50,10 @@ "space_around_combinator": true, "space_around_selector_separator": true, "keep_array_indentation": true, - "space_before_conditional": true + "space_before_conditional": true, + "wrap_line_length": 0 }, + "beautify.ignore": [ + "Backstories/**/*" + ] } \ No newline at end of file