linkerd2/.editorconfig

38 lines
594 B
INI

# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
# Go code uses tabs. Display with 4 space indentation in editors and on GitHub
# (see https://github.com/isaacs/github/issues/170#issuecomment-150489692).
[*.go]
indent_style = tab
[*.jsx]
indent_size = 2
indent_style = space
[*.js]
indent_size = 2
indent_style = space
[*.css]
indent_size = 2
indent_style = space
[*.yml]
indent_size = 2
[*.yaml]
indent_size = 2
[*.proto]
indent_size = 2
indent_style = space