Skip to content

Commit 334e85a

Browse files
authored
add .editorconfig file (#58)
add .editorconfig file
1 parent 96656a8 commit 334e85a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

.licenseignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
**.md
88
**.txt
99
**Package.swift
10+
.editorconfig

0 commit comments

Comments
 (0)