Skip to content

Commit

Permalink
Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Aug 30, 2024
1 parent 570ba49 commit aed1a21
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@ root = true
indent_style = tab

# XML, XAML
[*.{XML,XAML}]
[*.{xml,xaml}]
indent_size = 2
tab_width = 2

# YML, YAML
[*.{yml,yaml}]
indent_size = 2
tab_width = 2
indent_style = space

# HCL
[*.{HCL}]
[*.hcl]
indent_size = 2
tab_width = 2
indent_style = spaces
indent_style = space

# CSPROJ
[*.CSPROJ]
[*.csproj]
indent_size = 2
tab_width = 2

Expand Down

0 comments on commit aed1a21

Please sign in to comment.