Merge pull request #1819 from influxdata/crepererum/editorconfig_indent

chore: add indent to editorconfig
pull/24376/head
kodiakhq[bot] 2021-06-28 11:05:05 +00:00 committed by GitHub
commit dacc68f8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,10 @@ root = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
[{Dockerfile*,*.proto}]
indent_size = 2
[{*.rs,*.toml}]
indent_size = 4