From f2944e763713ef785073871bd0da0de2b7151afb Mon Sep 17 00:00:00 2001 From: haru-s Date: Fri, 29 Dec 2023 20:12:43 +0900 Subject: [PATCH] Add dscanner.ignoredKey --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5524ac0..21a0626 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,6 @@ { "dscanner.ignoredKeys": [ + "dscanner.style.number_literals", + "dscanner.style.phobos_naming_convention" ] } \ No newline at end of file