1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-05 21:21:14 +03:00

Remove .editorconfig from repository

Although it is convenient and best practices to have this file in place, it is not absolutely necessary, so it must go
bye-bye.
This commit is contained in:
per1234
2021-03-24 09:18:04 -07:00
parent b0eccfe5b6
commit 05b25397b3

View File

@ -1,16 +0,0 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2