Set required = true for Nim.

This commit is contained in:
Muhammad 2023-11-12 08:43:46 +00:00
parent 124e234120
commit 6ba37acf18
No known key found for this signature in database
GPG Key ID: 6667F8D7694B5CCF

View File

@ -3069,7 +3069,7 @@ file-types = ["nim", "nims", "nimble"]
shebangs = []
comment-token = "#"
block-comment-tokens = { start = "#[", end = "]#" }
indent = { tab-width = 2, unit = " " }
indent = { tab-width = 2, unit = " ", required = true }
language-servers = [ "nimlangserver" ]
[language.auto-pairs]