Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wont fix "Exceeds maximum line length of 140 (max-line-length)" #65

Closed
kumaresan-subramani opened this issue Sep 13, 2019 · 2 comments
Closed

Comments

@kumaresan-subramani
Copy link

it fix "Exceeds maximum line length of 140 (max-line-length)" for "ts" and "js" code. but for below code, it won't do anything:

      {
        'path' : ':theme/grid/grouping',
        component : GroupComponent,
        name : 'Grouping',
        description :
            'This demo for Essential JS 2 grid component demonstrates the grouping feature of the grid component. The grid component has options to group records based on columns.',
        order : '01',
        category : 'Data Grid'
      },

See that description property

@mprobst
Copy link
Contributor

mprobst commented Sep 13, 2019

That's a known limitation. clang-format cannot break up strings, you'll need to fix that manually.

@mprobst mprobst closed this as completed Sep 13, 2019
@kumaresan-subramani
Copy link
Author

Thanks @mprobst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants