Added Makefile-specific editorconfig
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
49007e7a8f
commit
ad52210736
|
@ -4,6 +4,10 @@ root = true
|
|||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Reference in New Issue