1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(editorconfig): python and makefile

This commit is contained in:
2023-08-06 18:58:31 +02:00
parent 31d86b7c9f
commit 42d1382b74

View File

@@ -20,6 +20,15 @@
indent_style = "space";
indent_size = 2;
};
"*.py" = {
indent_size = 4;
};
Makefile = {
indent_style = "tab";
};
"*.md" = {
trim_trailing_whitespace = false;
};
};
};
};