# EditorConfig (komidawi) v1.0.0 # Changelog # v1.0.0 # First version covering: charset, EOL, indent, newlines, TS quotes, Markdown, Spring Properties root = true # Globals [*] charset = utf-8 end_of_line = lf indent_style = space insert_final_newline = true trim_trailing_whitespace = true # TypeScript [{*.ats,*.cts,*.mts,*.ts}] quote_type = single ij_typescript_spaces_within_imports = true ij_typescript_spaces_within_object_literal_braces = true ij_typescript_keep_simple_methods_in_one_line = true # Markdown [{*.markdown,*.md}] max_line_length = off trim_trailing_whitespace = false ij_markdown_force_one_space_after_blockquote_symbol = false # Bugged options - you have to set them in IntelliJ Options # ij_markdown_min_lines_around_block_elements = 0 # ij_markdown_max_lines_around_block_elements = 1 # Properties (Spring) [{*.properties,spring.handlers,spring.schemas}] ij_properties_keep_blank_lines = true