Skip to content

Commit

Permalink
Make our .editorconfig a root editor config. (#21931)
Browse files Browse the repository at this point in the history
This way any other .editorconfig file up the directory hierarchy won't affect us.
  • Loading branch information
rolfbjarne authored Jan 10, 2025
1 parent 770dc84 commit d57af51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# EditorConfig is awesome: https://editorconfig.org

# top-most EditorConfig file
root = true

[*.{props,targets}]
indent_style = tab
indent_size = 4
Expand Down

0 comments on commit d57af51

Please sign in to comment.