editorconfig

master
Anthony Axenov 2022-08-19 20:57:45 +08:00
parent 4b677a9ab8
commit 2c9af9b1c5
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 13 additions and 0 deletions

13
.editorconfig 100644
View File

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[{install/*, uninstall/*, upgrade/*}]
indent_style = space
indent_size = 4
[{packs/*, Makefile*}]
indent_style = tab
indent_size = 4