parent | ancestor |
---|---|
Editorconfig |
Rules |
An EditorConfig file helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
The specification states that =
should be used as assignment character, not
:
. Multiple IDEs (including Visual Studio), however, do support the :
.
[*]
end_of_line: crlf
[*]
end_of_line = crlf