CppCXY / EmmyLuaCodeStyle

fast, powerful, and feature-rich Lua formatting and checking tool.
MIT License
139 stars 27 forks source link

EditorConfig property quote_style is probably misspelled #155

Closed marciomazza closed 10 months ago

marciomazza commented 11 months ago

On lua.template.editorconfig we see the line:

quote_style = none

but the EditorConfig actual property for that is called quote_type (see https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties)

CppCXY commented 11 months ago

When I implemented this feature, I looked at the editorconfig website, and there was no description of qoute_type. Maybe I didn't find it. And editorconfig itself doesn't implement this feature, so it makes sense for me to name it that way. But now that you mention it, I can accept the option of compatibility.