mbox series

[v2,0/2] EditorConfig file

Message ID 20181008202903.100166-1-sandals@crustytoothpaste.net (mailing list archive)
Headers show
Series EditorConfig file | expand

Message

brian m. carlson Oct. 8, 2018, 8:29 p.m. UTC
This series introduces an EditorConfig file to help developers using any
editor set their editor's settings in conformance with the Git Project's
settings.  This is helpful for developers who work on different projects
with different indentation standards to keep their work in sync.

Changes since v1:
* Add notes to both .editorconfig and .clang-format that they should be
  kept in sync.
* Add commit message line length.

brian m. carlson (2):
  editorconfig: provide editor settings for Git developers
  editorconfig: indicate settings should be kept in sync

 .clang-format |  2 ++
 .editorconfig | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 .editorconfig