From fd71145e545a92d9cad36a0f76ffc8662a6b65f5 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 31 May 2020 23:24:25 -0400 Subject: [PATCH] Update editorconfig for R files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3bbc70a..3159d46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,7 @@ trim_trailing_whitespace = true # Set properties for most file types. -[*.{css,scss,py,js,json,php,jar,c,sh}] +[*.{css,scss,py,js,json,php,jar,c,sh,r}] # Set character encoding charset = utf-8 -- GitLab