This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hilde/.editorconfig
Jef Roosens ad52210736
All checks were successful
continuous-integration/drone the build was successful
Added Makefile-specific editorconfig
2021-06-25 13:00:57 +02:00

13 lines
163 B
INI

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