• Igor Drozdov's avatar
    Add new line to code nav popover · 07f0995a
    Igor Drozdov authored
    It improves the view of multiline structures:
    
    Before:
    
    ```go
    struct { httpClient *HttpClient user string password
    string secret string userAgent string }
    ```
    
    After:
    
    ```go
    struct {
    httpClient *HttpClient
    user string
    password string
    secret string
    userAgent string
    }
    ```
    
    Changelog: fixed
    07f0995a
doc_line.vue 388 Bytes