Skip to content

Commit

Permalink
chore: update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Mar 18, 2024
1 parent dcc5548 commit 272ce95
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,27 @@ max_line_length = 100
[{Makefile,**/Makefile}]
indent_style = tab
indent_size = 4

[.github/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[LICENSE]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[doc/*]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

0 comments on commit 272ce95

Please sign in to comment.