fix(ts): disable indent for c and cpp (#3687)

This commit is contained in:
LostNeophyte 2023-01-09 21:34:48 +01:00 committed by GitHub
parent 273ef46e7d
commit 6c6d048103
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ function M.config()
json = "",
},
},
indent = { enable = true, disable = { "yaml", "python" } },
indent = { enable = true, disable = { "yaml", "python", "c", "cpp" } },
autotag = { enable = false },
textobjects = {
swap = {