# This file is for unifying the coding style for different editors and IDEs# See editorconfig.orgroot = true[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true[*.java]indent_size = 4