mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[editorconfig] disable insert_final_newline
for package.json
This commit is contained in:
parent
bff10d2258
commit
966051a5fb
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[package.json]
|
||||||
|
insert_final_newline = false
|
||||||
|
|
||||||
[*.{md,asciidoc}]
|
[*.{md,asciidoc}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue