editorconfig
This commit is contained in:
parent
4b677a9ab8
commit
2c9af9b1c5
13
.editorconfig
Normal file
13
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user