style: enforce style

Changed files
+6 -1
programs
+6
.editorconfig
···
···
+
root = true
+
+
[*]
+
indent_size = 2
+
indent_style = space
+
insert_final_newline = true
-1
programs/ssh.nix
···
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
-
};
};
}
···
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};
}