vim C++ filetype is still spelled "cpp"

This commit is contained in:
Jōshin 2024-06-05 16:34:47 -07:00
parent cc2c1893c5
commit 04c6bc478e
No known key found for this signature in database
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
// vi: set et ft=c++ ts=4 sts=4 sw=4 fenc=utf-8
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
//
// Copyright 2024 Justine Alexandra Roberts Tunney
//