Skip to content

Source code text conventions with EditorConfig settings #2

@bignose-debian

Description

@bignose-debian

With many contributors, this project would IMO benefit if this code base declares an EditorConfig settings file, and conforms to basic conventions in text files.

  • Text encoding (UTF-8 only).
  • Line ending (U+000A LF only).
  • Indent style (spaces only).
  • Indent size (4 columns).
  • No trailing white space (to avoid pointless diff noise).
  • etc.

With an appropriate EditorConfig settings file, contributors can just turn on EditorConfig in their preferred text editor to get all the right settings for this code base.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions