Added Makefile-specific editorconfig
continuous-integration/drone the build was successful Details

pull/8/head
Jef Roosens 2021-06-25 13:00:57 +02:00
parent 49007e7a8f
commit ad52210736
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 0 deletions

View File

@ -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