IndyIndyIndy/impersonate

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# https://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{csv,ini}]
insert_final_newline = false

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