Y-Less

Results 405 comments of Y-Less

Two things. 1) Indent style should be tab, not space, for pawn generally. 2) Trimming trailing whitespace is a personal preference that shouldn't be enforced that way.

Because tabs are what are used in all the official releases - the SA:MP includes and example gamemodes, and tabs are what those people who follow the official conventions use....

Also, tabs for indentation, spaces for alignment. That libraries that used tabs for alignment look wrong on github by default is IMHO totally irrelevant.

*samp*ctl And I can tell you for a fact that open.mp will enforce tabs to the maximum extent possible.

Or if the argument becomes that this should be a more generic tool for pawn and not just SA:MP, then the editor shouldn't have that at all. If different users...

Consistency is very important, unfortunately people have taken it the wrong way. The default includes are a little inconsistent, so people have seen that and thought "consistency is important, the...

> > > > Using spaces instead would also negate years of trying to explain the use of `tabsize 4`. Why even bother if we aren't using tabs? > >...

Also, I just checked, github uses `.editorconfig` as well, so setting: ``` indent_style = tab indent_size = 4 ``` Will change how the files are displayed online as well totally...

Maybe not totally related, but worth mentioning. Before sampctl, I wrote a set of scripts to set up a hierarchy of git repos, with associated server-side permssions, such that the...

Could I suggest: - dependencies, - runtime.plugins - devDependencies Things like "nativechecker" (and maybe "crashdetect") always need to come last, but shouldn't be used on a live server anyway, so...