1 # EditorConfig: http://editorconfig.org/ 2 3 root = true 4 5 [*.java] 6 charset = utf-8 7 indent_style = space 8 indent_size = 4 9 trim_trailing_whitespace = true 10 insert_final_newline = true 11 12 [*.bat] 13 indent_size = 2