From b2a22a9bbc6d39195ebbc671fc7e64d626d48e38 Mon Sep 17 00:00:00 2001 From: zyx Date: Mon, 25 May 2020 19:16:53 +0800 Subject: [PATCH] update editor config --- .vscode/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ea79e24 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "cSpell.words": [ + "Btrfs", + "Debugf", + "Infof", + "Noticef", + "Warningf", + "cgroup", + "mergo", + "tmpl", + "zpool" + ] +} \ No newline at end of file