Merge pull request #1819 from influxdata/crepererum/editorconfig_indent
chore: add indent to editorconfigpull/24376/head
commit
dacc68f8d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue