Added editorConfig.
This commit is contained in:
parent
281c6388ca
commit
6415eb5d16
6 changed files with 12 additions and 0 deletions
2
.editorconfig
Normal file
2
.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
2
examples/annotation-processor/java/.editorconfig
Normal file
2
examples/annotation-processor/java/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
2
examples/annotation-processor/kotlin/.editorconfig
Normal file
2
examples/annotation-processor/kotlin/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
2
examples/java/.editorconfig
Normal file
2
examples/java/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
2
examples/kotlin/.editorconfig
Normal file
2
examples/kotlin/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
2
examples/test/.editorconfig
Normal file
2
examples/test/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
Loading…
Add table
Add a link
Reference in a new issue