# top-most file root = true ## Generic rules [*] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = false max_line_length = 120 tab_width = 4 trim_trailing_whitespace = true ## Java and Kotlin rules [*.{kt,java}] ident_style = space ident_size = 4 continuation_indent_size = 8 curly_bracket_next_line = true spaces_around_operators = true spaces_around_brackets = outside indent_brace_style = Allman curly-spacing = disable wildcard_import_limit = 15 [{prod,*.yml,*.yaml}] indent_style=space indent_size=2 [{.eslintrc,.babelrc,jest.config,.stylelintrc,*.bowerrc,*.jsb3,*.jsb2,*.json,*.har,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config}] indent_style=space indent_size=2 [{*.ddl,*.sql}] indent_style=space indent_size=2 # JetBrains Properties ij_python_optimize_imports_sort_imports = true [{*.bash,*.sh,*.zsh}] indent_size = 2 tab_width = 2 [{*.tf, *.tfvars}] indent_size = 2 [{*.yaml,*.yml}] indent_size = 2