kibana/.editorconfig
Alejandro Fernández Haro 1ac31f6929
.editorconfig MDX files should follow the same rules as MD (#96942) (#97079)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.editorconfig
2021-04-14 05:34:57 -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