Skip to content

Commit 0eeeb48

Browse files
Merge branch 'main' into error_handling_middleware
2 parents 20be7cf + 0155a70 commit 0eeeb48

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
@@ -8,3 +8,4 @@
88
**.txt
99
**Package.swift
1010
docker/*
11+
.editorconfig

0 commit comments

Comments
 (0)