Revision ab1a10867f54950417e80028bf4041606adbe670 authored by raver119 on 05 October 2018, 12:11:21 UTC, committed by raver119 on 05 October 2018, 12:11:21 UTC
1 parent 4c60c95
Raw File
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.java]
indent_style = space
indent_size = 4
back to top