mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-15 17:57:10 +00:00
8058b11d27
project uses 2 spaces indent, lf as line ending, utf-8. make it easier to follow this rule by adding a .editorconfig file which vscode and intellij respect out of the box.
14 lines
234 B
INI
14 lines
234 B
INI
# Editor configuration, see http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|