Skip to content

Commit 24dbfdc

Browse files
authored
Merge pull request #581 from microsoftgraph/feature/editor-config
feature/editor-config
2 parents 70a53d3 + 46e7613 commit 24dbfdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*.java]
2+
indent_style = space
3+
indent_size = 4
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)