Skip to content
17 changes: 9 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ root = true
[*]
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true

[*.rs]
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
Comment thread
RickWinter marked this conversation as resolved.

[*.{js,ts,json,yaml,yml}]
[*.{js,ts}]
indent_size = 2

[*.{md,tsp}]
[*.json]
indent_size = 2

[*.toml]
[*.{yaml,yml}]
indent_size = 2

[*.{ps1,sh}]
[*.{md,tsp}]
Comment thread
heaths marked this conversation as resolved.
Outdated
indent_size = 2

[*.toml]
indent_size = 2

[*.bicep]
[*.sh]
indent_size = 2