Note that we use tabs for indent in *.go files in editorconfig

This commit is contained in:
Kovid Goyal
2023-02-25 08:33:51 +05:30
parent ed64899b83
commit 0d0f74a131

View File

@@ -6,7 +6,7 @@ indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
[{Makefile,*.terminfo}]
[{Makefile,*.terminfo,*.go}]
indent_style = tab
# Autogenerated files with tabs below this line.