Skip to content

Commit

Permalink
Updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Jan 26, 2024
1 parent c8e0228 commit f74a9ee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
end_of_line = lf
insert_final_newline = true

[.github/**.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit f74a9ee

Please sign in to comment.