dbsrgits / dbix-class-schema-loader

Official GitHub remote for git.shadowcat.co.uk DBIx-Class-Schema-Loader.git
http://dbix-class.org/
11 stars 34 forks source link

Allow us to choose the indentation (2 or 4 spaces) [rt.cpan.org #125774] #39

Open rabbiveesh opened 1 year ago

rabbiveesh commented 1 year ago

Migrated from rt.cpan.org#125774 (status was 'new')

Requestors:

From alex.karelas@gmail.com on 2018-07-07 14:51:39 :

The classes that schema loader produces are indented with 2 spaces only.

This is fine for people who code with 2 spaces, but for the rest of us
who code with 4 this is a problem, as it forces us to continue coding
the rest of the class (methods, etc) with 2 spaces. Because our editors
like consistency.

Therefore, I propose you give us the option to choose the indentation
width (2 or 4 characters, or maybe even a tab character as well for the
more kinky developers.)

Thank you.