Skip to content

Commit 6c88cb9

Browse files
[3.13] Add .toml to .editorconfig (GH-151481) (#151493)
Add `.toml` to `.editorconfig` (GH-151481) (cherry picked from commit 7a70afa) Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent fa8bf7d commit 6c88cb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
root = true
22

3-
[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
3+
[*.{py,c,cpp,h,js,rst,md,yml,yaml,toml,gram}]
44
trim_trailing_whitespace = true
55
insert_final_newline = true
66
indent_style = space
77

8-
[*.{py,c,cpp,h,gram}]
8+
[*.{py,c,cpp,h,toml,gram}]
99
indent_size = 4
1010

1111
[*.rst]

0 commit comments

Comments
 (0)