diff options
author | Uzaaft <[email protected]> | 2021-07-12 11:59:36 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-12 14:29:36 +0430 |
commit | 99be32d0cef927a1a6dd80faf0559447f38274c0 (patch) | |
tree | 7357e0f98d96ffe4efbc0df57cb6d13101b43f59 /utils/installer/lv-config.example.lua | |
parent | 1fbde6b563d40e353f9f9648b74c3b0408572fe3 (diff) |
Added --edition parameter to lv-config examples. (#890)
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 2f8d0856..82bac89c 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -50,7 +50,7 @@ O.lang.tsserver.linter = nil -- rust O.lang.rust.formatter = { exe = "rustfmt", - args = {"--emit=stdout"}, + args = {"--emit=stdout", "--edition=2018"}, } -- latex |