Skip to content

Commit

Permalink
Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 29, 2023
1 parent 4c45003 commit 2de105a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,29 @@ root = true
[*]
indent_style = tab
indent_size = tab
tab_size = 4
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.cs]
tab_size = 4
indent_style = space

[*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}]
tab_size = 2
tab_width = 2

[*.{htm,html,js,jsm,ts,tsx,css,sass,scss,less,svg,vue}]
tab_size = 2
tab_width = 2

[*.json]
tab_size = 2

[*.{ps1,psm1}]
tab_size = 4
tab_width = 2

[*.sh]
tab_size = 4
end_of_line = lf

[*.{yml,yaml}]
indent_style = space
tab_size = 2
tab_width = 2

[*.md]
trim_trailing_whitespace = false
Expand Down

0 comments on commit 2de105a

Please sign in to comment.