kanidm/.editorconfig

11 lines
167 B
INI
Raw Normal View History

# Documentation: https://editorconfig.org/
root = true
[*.md]
charset = utf-8
end_of_line = lf
indent_size = 2
max_line_length = 100
trim_trailing_whitespace = true