diff --git a/.editorconfig b/.editorconfig index f51c00f..1164909 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,10 +26,12 @@ indent_size = 2 [*.json] indent_size = 2 +# YAML files [*.{yml,yaml}] indent_size = 2 -[*.{sh}] +# Shell scripts +[*.sh] end_of_line = lf indent_size = 2