--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2025-09-08 11:36:45 +02:00
parent eea02abfcb
commit 762085707c
136 changed files with 261 additions and 261 deletions

View file

@ -1,19 +0,0 @@
{
editorconfig = {
enable = true;
settings = {
"*" = {
charset = "utf-8";
end_of_line = "lf";
indent_size = "2";
# max_line_width = "120";
indent_style = "space";
trim_trailing_whitespace = "true";
insert_final_newline = "true";
};
"*.py" = {
indent_size = 4;
};
};
};
}