Skip to content

Commit

Permalink
fix(indentation): Fix default indentation for bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Oct 16, 2024
1 parent 8156212 commit dd8c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ indent_size = 2
indent_style = space

[*.{bash,sh}]
indent_size = 2
indent_size = 4
indent_style = space

[*.{c,cc,cp,cpp,cxx,h,hh,hpp,hxx,ii,inl,ino,ixx,pde,tpl,tpp,txx}]
Expand Down

0 comments on commit dd8c7a7

Please sign in to comment.