From 293e58008915d9866b9c625251bcd4c60197b12c Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Thu, 23 Sep 2021 02:07:22 +0300 Subject: [PATCH] chore: :wrench: add vscode workspace config with wayland CC scope --- .vscode/settings.json | 3 +++ .vscode/settings.json.license | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 .vscode/settings.json.license diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..7edbd5a0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "conventionalCommits.scopes": ["wayland"] +} diff --git a/.vscode/settings.json.license b/.vscode/settings.json.license new file mode 100644 index 00000000..872cb50c --- /dev/null +++ b/.vscode/settings.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: none + +SPDX-License-Identifier: MIT \ No newline at end of file