mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-09 01:00:58 +00:00
commit
e071209add
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function onViewOpen(view)
|
|||
|
||||
if ft == "makefile" or ft == "go" then
|
||||
SetOption("tabstospaces", "off")
|
||||
elseif ft == "python" or ft == "python2" or ft == "python3" or ft == "yaml" then
|
||||
elseif ft == "python" or ft == "python2" or ft == "python3" or ft == "yaml" or ft =="nim" then
|
||||
SetOption("tabstospaces", "on")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue