2023-05-18 11:08:23 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
2021-06-12 15:16:07 +02:00
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
# max_line_length = 120
|
|
|
|
tab_width = 4
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
ij_continuation_indent_size = 8
|
|
|
|
ij_formatter_off_tag = @formatter:off
|
|
|
|
ij_formatter_on_tag = @formatter:on
|
2023-05-18 11:08:23 +02:00
|
|
|
ij_formatter_tags_enabled = true
|
2021-06-12 15:16:07 +02:00
|
|
|
|
|
|
|
|
2023-05-18 11:08:23 +02:00
|
|
|
[{*.yaml,*.yml,*.json,*.graphqlconfig,*.har,*.jsb2,*.jsb3,*.webmanifest,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
|
2021-06-12 15:16:07 +02:00
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|
|
|
|
|
2023-05-18 11:08:23 +02:00
|
|
|
|
|
|
|
[{*.markdown,*.md,*.html,*.htm,*.ng,*.sht,*.shtm,*.shtml,*.ts,*.ats,*.js,*.cjs,*.bash,*.sh,*.zsh}]
|
2021-06-12 15:16:07 +02:00
|
|
|
indent_size = 2
|
2023-05-18 11:08:23 +02:00
|
|
|
tab_width = 2
|