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