From 2ab66cf1f389c0ec09104f6074f3512e096588f0 Mon Sep 17 00:00:00 2001 From: Ali Bayat Mokhtari Date: Thu, 8 Sep 2022 21:58:25 +0430 Subject: [PATCH] Add editor ruler rule to match with prettier print width --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index db7f934f..33aa619a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "editor.rulers": [100], "eslint.workingDirectories": [ { "directory": "./client",