Alexander Akait

Results 3760 comments of Alexander Akait

@alexilyaev will be great :+1:

@mrmlnc yes, i have tool which check file contents with extension and report if something wrong, i want get all files exclude some extensions which i don't support. Also `'**/*'`...

@mrmlnc yes, any nesting levels. For me it was breaking change, because `node-glob` support this behavior by default. Workaround glob all files except `*.txt`, i need vice versa logic.

@reklatsmasters @mrmlnc yep, difference

@mrmlnc problem still exists. Example usage `https://github.com/itgalaxy/file-type-lint/blob/master/src/standalone.js#L65`. `patterns` - `{**/*,*}.*`

@mrmlnc https://github.com/itgalaxy/file-type-lint/tree/master/src/__tests__/fixtures Using `{**/*,*}.*` and "ignore: [`!{**/*,*}.{svg,jpg,xml,yarml}`]" should get all `valid*.*` files exclude `valid.bar` and `nested/valid.bar`

@chris-l move best pretty practice in prettier-php :+1:

@chris-l yes, you have experience with some pretty output using `php-parser` (as link above), i am glad if you help us (`prettier-php`) to improve pretty print using you experience here.

@davidtheclark what do you think above example above?