When working on patch Ib90c74de1a153b6a01c3 I found that when using
Atom or Sublime with editorconfig enabled, a line break after
`* foo\n bar` in a markdown file would often produce a tab instead
of two spaces for the third line.
Change-Id: I0ace4e675a20020a362ac3f29f8c1d8f61a99e1c
YAML files may be invalid if the indentation is done with tabs.
To prevent this from happening, configure developer's IDE's to
use spaces on these types of files.
Bug: T253594
Change-Id: I0c49c2b476a49508ea1036c1bd71e7de83dbf8b0
.editorconfig <http://editorconfig.org/> is a standardized format
that many IDEs support (or have plugins for) to use a project's code
style by default.
Bug: T172959
Change-Id: I8e776665dca255ff5dead1a9874bcd73344e4d20