From cd1ccf056be9cbcc3d5cbefff08135276bc476ed Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Tue, 13 Jul 2021 10:41:39 -0700 Subject: chore: change stylua to single quotes (#1068) --- lua/lspconfig/rescriptls.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/lspconfig/rescriptls.lua') diff --git a/lua/lspconfig/rescriptls.lua b/lua/lspconfig/rescriptls.lua index e7db7dbb..13ea1b73 100644 --- a/lua/lspconfig/rescriptls.lua +++ b/lua/lspconfig/rescriptls.lua @@ -1,13 +1,13 @@ -local lspconfig = require "lspconfig" -local configs = require "lspconfig/configs" +local lspconfig = require 'lspconfig' +local configs = require 'lspconfig/configs' -local name = "rescriptls" +local name = 'rescriptls' configs[name] = { default_config = { cmd = {}, - filetypes = { "rescript" }, - root_dir = lspconfig.util.root_pattern("bsconfig.json", ".git"), + filetypes = { 'rescript' }, + root_dir = lspconfig.util.root_pattern('bsconfig.json', '.git'), settings = {}, }, docs = { -- cgit v1.2.3-70-g09d2