Skip to content

Commit

Permalink
Merge pull request #1417 from unoplatform/dev/xygu/20240530/editorcon…
Browse files Browse the repository at this point in the history
…fig-xaml

style: fix .xaml file tab config
  • Loading branch information
Xiaoy312 authored May 30, 2024
2 parents 74d8014 + 3b6ce84 commit 0835a3f
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 @@ -41,7 +41,9 @@ end_of_line = lf
indent_size = 2

[*.xaml]
indent_size = 2
indent_style = tab
tab_width = 4
indent_size = 4
charset = utf-8-bom

[*.xml]
Expand Down

0 comments on commit 0835a3f

Please sign in to comment.