Browse Source

[style] update editorconfig

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1849/head
R4SAS 1 year ago
parent
commit
06fae976b3
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 5
      .editorconfig

5
.editorconfig

@ -13,6 +13,11 @@ insert_final_newline = true @@ -13,6 +13,11 @@ insert_final_newline = true
indent_style = tab
indent_size = 4
[*.cmd]
indent_style = space
indent_size = 2
end_of_line = crlf
[*.{h,cpp}]
indent_style = tab
indent_size = 4

Loading…
Cancel
Save