[editorconfig] Regroup computer generated rules.

This commit is contained in:
Fabien Basmaison 2021-04-17 20:49:27 +02:00
parent b2b5ee5a22
commit 21fcd5c854

View file

@ -20,7 +20,7 @@ block_comment_end = */
[{bw-dev,fr-dev,LICENSE}]
max_line_length = off
[*.{csv,json,html,md,mo,po,py,svg,tsv}]
[*.{csv,json,html,md,po,py,svg,tsv}]
max_line_length = off
# ` ` at the end of a line is a line-break in markdown
@ -32,10 +32,8 @@ indent_size = 2
max_line_length = off
# Computer generated files
[{package.json,*.lock}]
[{package.json,*.lock,*.mo}]
indent_size = unset
indent_style = unset
max_line_length = unset
[*.mo]
insert_final_newline = unset