diff options
author | crupest <crupest@outlook.com> | 2020-06-25 23:44:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-25 23:44:43 +0800 |
commit | a48ff30f9d4ac8ae6cc9adef4a07f8d9beb69e7a (patch) | |
tree | 077a74943214da7627cca2ba9966d90d5bed144a /.vscode | |
parent | ce0ae2c3727f83f1943d528b006eec94ad80ece9 (diff) | |
download | cru-a48ff30f9d4ac8ae6cc9adef4a07f8d9beb69e7a.tar.gz cru-a48ff30f9d4ac8ae6cc9adef4a07f8d9beb69e7a.tar.bz2 cru-a48ff30f9d4ac8ae6cc9adef4a07f8d9beb69e7a.zip |
Write layout logic at half way.
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 3f6f33c8..0c147ac6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -72,6 +72,10 @@ "string_span": "cpp", "numeric": "cpp", "pointers": "cpp", - "gsl_assert": "cpp" + "gsl_assert": "cpp", + "cstdarg": "cpp", + "locale": "cpp", + "xlocbuf": "cpp", + "xlocmes": "cpp" } } |