Skip to content

Commit 4bc5ef6

Browse files
committed
formatting and editorconfig
1 parent 4175255 commit 4bc5ef6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# /.editorconfig
2+
# Tells most editors what our style preferences are
3+
# https://editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
max_line_length = 80
13+
indent_size = tab
14+
tab_width = 2
15+
16+
[*.{ts,json,md}]
17+
indent_style = tab
18+
19+
[*.yaml]
20+
indent_style = spaces

0 commit comments

Comments
 (0)