mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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
|