--- trunk/.editorconfig 2024/08/04 05:18:37 18 +++ trunk/.editorconfig 2024/08/10 14:44:34 41 @@ -4,6 +4,9 @@ end_of_line = lf charset = utf-8 +[*.S,*.s,*.asm] +insert_final_newline = true + [*.sh] shell_variant = posix