Skip to content

Commit fb7d6e9

Browse files
committed
Resolve workspace issue
1 parent ed9e578 commit fb7d6e9

16 files changed

+1933
-376
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig coding styles definitions. For more information about the
2+
# properties used in this file, please see the EditorConfig documentation:
3+
# http://editorconfig.org/
4+
5+
root = true
6+
7+
[*]
8+
charset = utf-8
9+
end_of_line = LF
10+
indent_size = 4
11+
indent_style = tab
12+
insert_final_newline = true
13+
trim_trailing_whitespace = true
14+
15+
[*.{yml,json}]
16+
indent_size = 2
17+
indent_style = space
18+
19+
[*.{md,diff}]
20+
trim_trailing_whitespace = false

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/target
2+
.DS_Store

0 commit comments

Comments
 (0)