Skip to content

Commit

Permalink
fix(build-main): remove wrong spaces in .editorconfig file
Browse files Browse the repository at this point in the history
New versions of IntelliJ do not handle correctly the spaces for the file extensions
in the .editorconfig file
  • Loading branch information
SuperITMan committed Jan 5, 2024
1 parent 1975f39 commit 58d3c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset = utf-8
[*.bat]
end_of_line = crlf

[**.{css, pcss, scss, json, sh, yml}]
[**.{css,pcss,scss,json,sh,yml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 58d3c26

Please sign in to comment.