Skip to content

Commit 0b26b19

Browse files
committed
update formatting.lua
1 parent ee11979 commit 0b26b19

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

script/provider/formatting.lua

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,8 @@ function m.updateNonStandardSymbols(symbols)
8282
return
8383
end
8484

85-
local eqTokens = {}
86-
for _, token in ipairs(symbols) do
87-
if token:find("=") and token ~= "!=" then
88-
table.insert(eqTokens, token)
89-
end
90-
end
9185

92-
if #eqTokens ~= 0 then
93-
codeFormat.set_nonstandard_symbol()
94-
end
86+
codeFormat.set_nonstandard_symbol()
9587
end
9688

9789
config.watch(function(uri, key, value)

0 commit comments

Comments
 (0)