Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Apr 27, 2023
1 parent 6a2d8b4 commit 25a8f13
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
root=true
root = true

[*,!*.manifest]
charset=utf-8
end_of_line=crlf
indent_style=space
indent_size=4
trim_trailing_whitespace=true
insert_final_newline=true
[*.{c,c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 25a8f13

Please sign in to comment.