diff --git a/.editorconfig b/.editorconfig index 397bbd2a5..fbdc672e0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,18 +7,23 @@ # Top-most EditorConfig file. root = true +[*] +end_of_line = lf +insert_final_newline = true + +# Ignore .git and blobs +[{.git/**,**.{cer,kwl,rle,salt}}] +end_of_line = unset +insert_final_newline = unset + [{**.{ini,sh,rules,nft},**/APKBUILD,CODEOWNERS}] indent_style = tab -end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = true [**.md] # No indent_size since space size has meaning in markdown indent_style = space -end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = true # Forked from Alpine [extra-repos/systemd/networkmanager/networkmanager.rules]