Merge pull request #15108 from joschi/editorconfig
Add simple EditorConfig
This commit is contained in:
commit
cc627e41cc
|
@ -0,0 +1,10 @@
|
||||||
|
# EditorConfig: http://editorconfig.org/
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*.java]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
Loading…
Reference in New Issue