Files

11 lines
159 B
INI

# EditorConfig: https://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8