mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
17 lines
296 B
INI
17 lines
296 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
|
|
|
|
[package.json]
|
|
insert_final_newline = false
|
|
|
|
[*.{md,mdx,asciidoc}]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|