...

Text file src/github.com/datawire/ambassador/v2/_cxx/.editorconfig

Documentation: github.com/datawire/ambassador/v2/_cxx

     1[{*.cc,*.h}]
     2indent_style = space
     3indent_size = 2
     4
     5[*.proto]
     6indent_style = space
     7indent_size = 2
     8
     9[*.py]
    10indent_style = space
    11indent_size = 2
    12
    13[BUILD]
    14indent_style = space
    15indent_size = 4

View as plain text