Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jun 20, 2023
1 parent b3e1e56 commit a1706e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
[*.{md,js,json,ts,yml}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[CMakeLists.txt]
charset = utf-8
end_of_line = lf
indent_size = 2
Expand Down

0 comments on commit a1706e1

Please sign in to comment.