hm: add editorconfig settings

This commit is contained in:
surtur 2023-11-11 19:08:57 +01:00
parent 6f133a35b2
commit 840f774ee9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -77,6 +77,18 @@ in {
./nix/zsh.nix
];
editorconfig.settings = {
"*" = {
charset = "utf-8";
end_of_line = "lf";
trim_trailing_whitespace = true;
insert_final_newline = true;
max_line_width = 78;
indent_style = "space";
indent_size = 4;
};
};
services = {
kdeconnect = {
enable = true;