From 0612d4820348b1cfa14288e625327848f44ac443 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 26 Jun 2020 13:45:44 +0200 Subject: [PATCH] Remove editor config for shader code --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7af40bd..379658a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,10 +14,6 @@ indent_size = 2 indent_style = space indent_size = 4 -[*.{frag,vert,comp,rgen,rint,rahit,rchit,rmiss,rcall}] -indent_style = space -indent_size = 4 - [*.{sln,vcxproj}] end_of_line = crlf insert_final_newline = false