Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

README-NOTES.md

File metadata and controls

33 lines (24 loc) · 1.11 KB

Notes for the main README.md

Note 1

Uses EditorConfig for an editor neutral default styling

  • Defaults to using tabs where possible for accessibility reasons
  • root = false so that the user can set their preferred (or required for accessibility reasons) rendering of the tabs via a .editorconfig file in a higher level directory, or their home directory. Not doing this defeats the purpose of using tabs vs. spaces.
  • tab_width is not set in this repository so that the user's config will be used. (See above).

Note 2

'We' is the 'royal we' (because we don't like saying 'I' a lot and often we want speak in the first person), and 'I' am @danielfdickinson.

Note 3

We use CSpell with pre-commit to catch spelling and other silly mistakes when committing to this (https://github.com/danielfdickinson/.github) repository.