mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
- add trim_trailing_whitespace to .editorconfig, because trailing spaces in Markdown have the function of <br> - also added some content in the CONTRIBUTING doc about Editorconfig
14 lines
236 B
INI
14 lines
236 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|