]> git.ipfire.org Git - thirdparty/git.git/commit - .editorconfig
editorconfig: indicate settings should be kept in sync
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 8 Oct 2018 22:03:53 +0000 (22:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2018 09:34:15 +0000 (18:34 +0900)
commitb548d698a0e42d28614acb6a0792d7cfbe7ddef4
treeacbe4154d852f90d2dc186c1439d0184e37a1161
parent6f9beef335de5baff72e146a8af9754973d598e4
editorconfig: indicate settings should be kept in sync

Now that we have two places where we set code formatting settings,
.editorconfig and .clang-format, it's possible that they could fall out
of sync.  This is relatively unlikely, since we're not likely to change
the tab width or our preference for tabs, but just in case, add comments
to both files reminding future developers to keep them in sync.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.clang-format
.editorconfig