...

Text file src/github.com/datawire/ambassador/v2/build-aux/.editorconfig

Documentation: github.com/datawire/ambassador/v2/build-aux

     1root = true
     2
     3[*]
     4end_of_line = lf
     5insert_final_newline = true
     6indent_style = tab
     7
     8[*.sh]
     9indent_style = tab
    10
    11[*.md]
    12indent_style = space
    13
    14[*.yaml]
    15indent_style = space
    16indent_size = 2
    17
    18[*.yml]
    19indent_style = space
    20indent_size = 2

View as plain text