8000 Add editorconfig (#24) · data-apis/array-api-typing@59e8f61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59e8f61

Browse files
authored
Add editorconfig (#24)
1 parent 8641f7f commit 59e8f61

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*.{py,md,toml,yml,yaml}]
4+
indent_style = space
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.{md,py}]
10+
max_line_length = 88
11+
indent_size = 4
12+
13+
[*.{toml,yml,yaml}]
14+
indent_size = 2

0 commit comments

Comments
 (0)
0