From f2936c68668a29a833ff82dba56fcaa8bddcc0f7 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 8 Oct 2023 22:15:11 +0200 Subject: [PATCH] Add a modeline for rust --- rust.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust.rs diff --git a/rust.rs b/rust.rs new file mode 100644 index 0000000..ee4a0d0 --- /dev/null +++ b/rust.rs @@ -0,0 +1,2 @@ +// vim:syntax=rust:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap +// vim: set syntax=rust fileencoding=utf-8 ts=4 expandtab linebreak wrap :