8000 style: init .editorconfig · rust-osdev/ucs2-rs@95b5746 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95b5746

Browse files
committed
style: init .editorconfig
1 parent 1d91bb9 commit 95b5746

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)
0