1
1
mirror of https://github.com/ssut/payload-dumper-go.git synced 2024-05-13 19:19:11 +00:00

fix: indent_style in .editorconfig file (#9)

This commit is contained in:
luk1337 2021-04-12 12:06:13 +02:00 committed by GitHub
parent 4f99f15c1a
commit 12866f027a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
root = true
[*]
indent_style = space
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8