Skip to content

Commit 77c1345

Browse files
mjanuszcopybara-github
authored andcommitted
Add .editorconfig.
PiperOrigin-RevId: 558898434
1 parent a63592e commit 77c1345

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
root = true
2+
3+
[*.{py,rst,md,yml}]
4+
indent_style = space
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.py]
10+
max_line_length = 79
11+
indent_size = 2
12+
13+
[*.rst]
14+
max_line_length = 79
15+
indent_size = 2
16+
17+
[*.md]
18+
max_line_length = 79
19+
indent_size = 2
20+
21+
[*.yml]
22+
indent_size = 2

0 commit comments

Comments
 (0)