Skip to content

Commit a99ba2f

Browse files
rnroglbrntt
andauthored
add .editorconfig file (apple#671)
add .editorconfig file Co-authored-by: George Barnett <[email protected]>
1 parent 3ecfcfa commit a99ba2f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Assets.xcassets/*
3838
Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Preview*
3939
Examples/**/Generated*
4040
**/Makefile
41-
**/*.html
41+
**/*.html
42+
.editorconfig

0 commit comments

Comments
 (0)