Merge pull request #235 from nagromc/main

Add editorconfig file for Java
This commit is contained in:
Emily Bache 2021-05-25 17:29:29 +02:00 committed by GitHub
commit 5656025dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Java/.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true