diff --git a/CodeFormatCore/src/Config/LuaStyle.cpp b/CodeFormatCore/src/Config/LuaStyle.cpp index f6a71267..246d587c 100644 --- a/CodeFormatCore/src/Config/LuaStyle.cpp +++ b/CodeFormatCore/src/Config/LuaStyle.cpp @@ -66,7 +66,7 @@ void LuaStyle::Parse(std::map> &configMap) } // for editorconfig Domain-Specific Properties - IF_EXIST(qoute_type) { + IF_EXIST(quote_type) { if (value == "single") { quote_style = QuoteStyle::Single; } else if (value == "double") {