Skip to content

Commit

Permalink
Fix editorconfig for MatroskaParser
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jan 16, 2025
1 parent 8ccac0c commit 036301a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trim_trailing_whitespace = true
insert_final_newline = true

[src/MatroskaParser.{c,h}]
indent_style = space
indent_style = tab
indent_size = 2
tab_width = 8
trim_trailing_whitespace = false

0 comments on commit 036301a

Please sign in to comment.