Skip to content
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true

[*]
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
Comment thread
RickWinter marked this conversation as resolved.
Outdated

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

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

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

[*.toml]
indent_size = 2

[*.{ps1,sh}]
indent_size = 2

[*.bicep]
indent_size = 2
Comment thread
heaths marked this conversation as resolved.
Outdated