Skip to content

Commit

Permalink
Update .editorconfig to include python and perl scripts
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264974
rdar://118523696

Reviewed by Justin Michaud.

This patch updates .editorconfig to include python and perl scripts so that we can use consistent rule supported by editors.

* .editorconfig:

Canonical link: https://commits.webkit.org/270928@main
  • Loading branch information
Constellation committed Nov 18, 2023
1 parent ec77ef0 commit 3616c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Editor configuration, see https://editorconfig.org

[*.{c,cpp,h,rb}]
[*.{c,cpp,h,rb,py,pl}]
indent_style = space
indent_size = 4
tab_width = 4
Expand Down

0 comments on commit 3616c58

Please sign in to comment.