From 7206932f638df0cfa21a6631d58d124fcffe21fb Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Fri, 8 Jul 2022 23:36:54 -0500 Subject: [PATCH] chore: making sure final newlines are included --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5ca11b4..fccb81d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = false +insert_final_newline = true indent_style = space indent_size = 4 @@ -234,4 +234,4 @@ tab_width = 4 [*.{appxmanifest,asax,ascx,aspx,axaml,build,c,c++,cc,cginc,compute,cp,cpp,cs,cshtml,cu,cuh,cxx,dtd,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,master,mpp,mq4,mq5,mqh,nuspec,paml,razor,resw,resx,skin,tpp,usf,ush,vb,xaml,xamlx,xoml,xsd}] indent_style = space indent_size = 4 -tab_width = 4 +tab_width = 4 \ No newline at end of file