Add editorconfig file for Java

This commit is contained in:
Morgan Courbet 2021-05-21 10:39:06 +02:00
parent efb82954a7
commit d4ccf958e2

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