Skip to content

Commit c3870c9

Browse files
committed
support load menus from all stores
1 parent 21405f2 commit c3870c9

File tree

2 files changed

+1286
-1262
lines changed

2 files changed

+1286
-1262
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ root = true
77
[*]
88
end_of_line = lf
99
insert_final_newline = true
10+
trim_trailing_whitespace = true
1011
charset = utf-8
1112

1213
# 4 space indentation
13-
[*.{py,proto,go,js,ts,json,vue}]
14+
[*.{py,proto,js,ts,json,vue}]
1415
indent_style = space
1516
indent_size = 4
17+
18+
[*.go]
19+
indent_style = tab

0 commit comments

Comments
 (0)