Not sure if its in this repo or the cli or the ace one. (Sorry in advance)
I have set up editorconfig
# editorconfig.org
[*]
indent_size = 4
However whenever I use any of the make:migration make:controller etc. etc. commands, the file generated, does not respect the indentation_size (defaults to 2)
Hey @oscarmorrison!
editorconfig is an editor's plugin that set your editor configuration to respect what you set up.
It has nothing to do with Adonis and will not change how the generator generates our file
Yes as @RomainLanz said it鈥檚 a plugin to instruct the editor. But lemme see if we can do anything about it or not
I am closing this, since there is no simple way for AdonisJs to read the .editorconfig even before the project doesn't exists.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Yes as @RomainLanz said it鈥檚 a plugin to instruct the editor. But lemme see if we can do anything about it or not