Revision d52a9f30300edacd3afe07f73f4d3757f7546306 authored by bpark738 on 07 August 2017, 23:26:23 UTC, committed by GitHub on 07 August 2017, 23:26:23 UTC
1 parent 0ca9377
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