From b73dbee33e66ed5ad26b03fe5243fb02b6946bfb Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Thu, 23 Feb 2017 18:02:11 -0500 Subject: [PATCH] vscode settings --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a7ca179 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "markdown-toc.depthFrom": 2 +} \ No newline at end of file