Skip to content

Commit fdbaa0f

Browse files
authored
Merge pull request #227 from Nightblade/fix-typo-qoute
fix typo qoute_type -> quote_type
2 parents 9f46258 + 2c7a48b commit fdbaa0f

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)