mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
11 lines
167 B
INI
11 lines
167 B
INI
# 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
|