gitlab.com/greut/eclint@v0.5.2-0.20240402114752-14681fe6e0bf/testdata/block_comments/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  indent_style = tab
     5  indent_size = 2
     6  
     7  # okay cases
     8  [a]
     9  block_comment_start = /*
    10  block_comment = *
    11  block_comment_end = */
    12  
    13  [b]
    14  block_comment_start = /*
    15  block_comment_end = */
    16  
    17  # this should break
    18  [c]
    19  block_comment_start = /*
    20  block_comment = *