Skip to content

Commit

Permalink
chore: Add .editorconfig for better IDE experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 20, 2023
1 parent 6c3ce9e commit ba02831
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true

[*]
tab_width = 4
insert_final_newline = true

[*.{xaml,xml,targets,props,csproj,cs,tt,java,ts,json}]
indent_style = tab
tab_width = 4
indent_size = 4

[*.js]
indent_style = space

[*.css]
indent_style = space
tab_width = 2
indent_size = 2

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

[*.md]
indent_style = space

0 comments on commit ba02831

Please sign in to comment.