root = true

[*]
charset = utf-8
end_of_line = lf
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true

[*.go]
# Represents max comment line length.
ij_visual_guides = 80
indent_style = tab

[*.md]
# Represents max line length.
ij_visual_guides = 100

[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
