mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
fix(editorconfig): python and makefile
This commit is contained in:
@@ -20,6 +20,15 @@
|
|||||||
indent_style = "space";
|
indent_style = "space";
|
||||||
indent_size = 2;
|
indent_size = 2;
|
||||||
};
|
};
|
||||||
|
"*.py" = {
|
||||||
|
indent_size = 4;
|
||||||
|
};
|
||||||
|
Makefile = {
|
||||||
|
indent_style = "tab";
|
||||||
|
};
|
||||||
|
"*.md" = {
|
||||||
|
trim_trailing_whitespace = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user