fmt(.editorconfig): insert_final_newline = true

This commit is contained in:
2025-11-22 22:55:16 +08:00
parent 374a3ef071
commit 9273df1ab8
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ root = true
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = false
insert_final_newline = true
[*.{nix,lua,yaml,css}]
indent_size = 2

View File

@@ -155,4 +155,4 @@ in
];
};
};
}
}