feat(ts): enable indent for c and cpp (#3783)

This commit is contained in:
LostNeophyte 2023-01-26 17:37:51 +01:00 committed by GitHub
parent 0c94c6a5bd
commit c18cd3f0a8
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", "c", "cpp" } },
indent = { enable = true, disable = { "yaml", "python" } },
autotag = { enable = false },
textobjects = {
swap = {