diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-11 01:20:49 -0400 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-11 01:22:32 -0400 |
commit | 75e914c4dff0359988e5f500ae63f882ae6813e7 (patch) | |
tree | ec9a275881adc2977c12b4bf7b1f8abb26402892 /.gitattributes | |
parent | e7cf5af4e558412d5cf1b8b6eca1ded1a264c6a8 (diff) | |
download | vyos-1x-75e914c4dff0359988e5f500ae63f882ae6813e7.tar.gz vyos-1x-75e914c4dff0359988e5f500ae63f882ae6813e7.zip |
T5803: Migrate vscode settings to new value and clean up .gitattributes
Update VSCode settings for "editor.wordBasedSuggestions". It has
changed from boolean to enum. The value "off" is the same as previous
value of `false`.
Also remove stray duplicate entries in .gitattributes.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index 624e00f03..1d79e0804 100644 --- a/.gitattributes +++ b/.gitattributes @@ -73,8 +73,3 @@ .gitkeep export-ignore *.pyc binary export-ignore *.pyo binary export-ignore - -# -# Enable syntax highlighting for VSCode settings -# -.vscode/settings.json linguist-language=jsonc |