github.com/evanw/esbuild@v0.21.4/.editorconfig (about)

     1  [*]
     2  indent_style = tab
     3  indent_size = 2
     4  
     5  [*.{js,ts}]
     6  indent_style = space
     7  indent_size = 2