diff --git a/languages/c.editorconfig b/languages/c.editorconfig index 71375f506accd4b98de17df3277917ceb7203dfe..cf62274f9b7d9a7cb18975e170305e51d0acf712 100644 --- a/languages/c.editorconfig +++ b/languages/c.editorconfig @@ -3,7 +3,7 @@ # See https://editorconfig.org/ for documentation. # # https://git.brandon-rodriguez.com/other/editorconfig - # Version 1.0 + # Version 1.1 ## @@ -26,7 +26,7 @@ trim_trailing_whitespace = true # Tab styles that should be four spaces per tab. # Most languages will fall under this. ## -[*.{c,cc,cpp,h,json,md,o,sh,yaml}] +[*.{c,cc,cpp,cu,h,json,md,o,sh,yaml}] indent_size = 4