root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.{css,scss}]
indent_size = 4
indent_style = tab
max_line_length = 100

[*.{graphql,graphqls,gql}]
indent_size = 4
indent_style = tab

[*.{html,htm}]
indent_size = 4
indent_style = tab
max_line_length = 100

[*.{js,jsx,cjs,mjs}]
indent_size = 4
indent_style = tab

[*.{json,jsonc,json5}]
indent_size = 4
indent_style = tab

[*.{md,mdx}]
indent_size = 4

[*.{ts,tsx,cts,mts}]
indent_size = 4
indent_style = tab

[*.{xml,plist,svg}]
indent_size = 4
indent_style = tab
