kibana/.editorconfig
Alejandro Fernández Haro ff6d1d709e
.editorconfig MDX files should follow the same rules as MD (#96942)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-13 11:40:42 -04:00

18 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