@@ 13,10 13,10 @@ vis.ftdetect.filetypes.rust.cmd = {
"set expandtab",
"set tabwidth 4",
};
---vis.ftdetect.filetypes.python.cmd = {
--- "set expandtab",
--- "set tabwidth 4",
---};
+vis.ftdetect.filetypes.python.cmd = {
+ "set expandtab",
+ "set tabwidth 4",
+};
vis.ftdetect.filetypes.diff.ext = { "%.diff$", "%.patch$", "%.rej$" };
vis.ftdetect.filetypes["git-commit"] = {
ext = { "^COMMIT_EDITMSG$" },
@@ 45,7 45,6 @@ vis.ftdetect.filetypes.css.cmd = {
"set tabwidth 2",
};
vis.ftdetect.filetypes.cpp.cmd = {
- "set expandtab",
"set tabwidth 4",
};
vis.ftdetect.filetypes.scheme.cmd = {