fix(editorconfig): Makefile ident style
This commit is contained in:
parent
b61cbb5243
commit
9ac633b288
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
||||||
trim_trailing_whitespace = "true";
|
trim_trailing_whitespace = "true";
|
||||||
insert_final_newline = "true";
|
insert_final_newline = "true";
|
||||||
};
|
};
|
||||||
|
"Makefile" = {
|
||||||
|
indent_style = "tab";
|
||||||
|
};
|
||||||
"*.py" = {
|
"*.py" = {
|
||||||
indent_size = 4;
|
indent_size = 4;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue