root = true

[*]
# General
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = 120
tab_width = 4

# Jetbrains
ij_typescript_spaces_within_object_literal_braces = true
ij_typescript_spaces_within_imports = true
