From 4637921088133d222afa842da01a2ead0d313077 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Tue, 6 Apr 2021 08:33:20 -0400 Subject: [PATCH] Update for CUDA files --- languages/c.editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/c.editorconfig b/languages/c.editorconfig index 71375f5..cf62274 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 -- GitLab