github.com/diamondburned/arikawa/v2@v2.1.0/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  indent_style = tab
     6  indent_size = 4
     7  
     8  [.gitlab-ci.yml]
     9  indent_style = space
    10  indent_size = 2