# EditorConfig is awesome: https://EditorConfig.org

# Claromentis root .editorconfig
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = false

[*.php]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true

[*.html]
indent_style = tab
trim_trailing_whitespace = true

[*.{js,json}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{css,scss,svg,xml}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.feature]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
