Skip to content

Commit 3616c58

Browse files
committed
Update .editorconfig to include python and perl scripts
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
1 parent ec77ef0 commit 3616c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Editor configuration, see https://editorconfig.org
22

3-
[*.{c,cpp,h,rb}]
3+
[*.{c,cpp,h,rb,py,pl}]
44
indent_style = space
55
indent_size = 4
66
tab_width = 4

0 commit comments

Comments
 (0)