Skip to content

Commit 2c7a48b

Browse files
committed
fix typo qoute_type -> quote_type
1 parent 9f46258 commit 2c7a48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeFormatCore/src/Config/LuaStyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void LuaStyle::Parse(std::map<std::string, std::string, std::less<>> &configMap)
6666
}
6767

6868
// for editorconfig Domain-Specific Properties
69-
IF_EXIST(qoute_type) {
69+
IF_EXIST(quote_type) {
7070
if (value == "single") {
7171
quote_style = QuoteStyle::Single;
7272
} else if (value == "double") {

0 commit comments

Comments
 (0)