# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true charset = utf-8 # TODO # indent_style = tab indent_size = 4 trim_trailing_whitespace = true [*.yml] indent_size = 2 [*.gradle] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false [*.java] # Never use star imports ij_java_names_count_to_use_import_on_demand = 99 ij_java_class_count_to_use_import_on_demand = 99 ij_java_layout_static_imports_separately = true