2 parents 9f46258 + 2c7a48b commit fdbaa0fCopy full SHA for fdbaa0f
1 file changed
CodeFormatCore/src/Config/LuaStyle.cpp
@@ -66,7 +66,7 @@ void LuaStyle::Parse(std::map<std::string, std::string, std::less<>> &configMap)
66
}
67
68
// for editorconfig Domain-Specific Properties
69
- IF_EXIST(qoute_type) {
+ IF_EXIST(quote_type) {
70
if (value == "single") {
71
quote_style = QuoteStyle::Single;
72
} else if (value == "double") {
0 commit comments