Skip to content

Commit

Permalink
chore(project): Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cmckni3 committed Jan 31, 2025
1 parent a52fd46 commit 6969b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ root = true
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
[*.{md,rst}]
max_line_length = off
insert_final_newline = false
trim_trailing_whitespace = false

0 comments on commit 6969b8b

Please sign in to comment.