fmt(.editorconfig): insert_final_newline = true
This commit is contained in:
@@ -4,7 +4,7 @@ root = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{nix,lua,yaml,css}]
|
[*.{nix,lua,yaml,css}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|||||||
@@ -155,4 +155,4 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user