Closed dreglad closed 3 months ago
This PR corrects a couple of typos in the .editorconfig file of the game template.
.editorconfig
According to the EditorConfig spec:
indent_width
indent_size
indent_style
spaces
space
:rocket: PR was released in @quenty/nevermore-cli@4.3.1 :rocket:
@quenty/nevermore-cli@4.3.1
This PR corrects a couple of typos in the
.editorconfig
file of the game template.Explained changes
According to the EditorConfig spec:
indent_width
should beindent_size
indent_style
, previously set tospaces
(plural), should bespace
(singular).