From b941c0108bd31afc9599949ab44d98fea7e16f06 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 12 Aug 2018 17:53:19 +0200 Subject: [PATCH] Add line length (#69) --- docs/documentation_standards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation_standards.md b/docs/documentation_standards.md index 39ca7d3b..ea3257d3 100644 --- a/docs/documentation_standards.md +++ b/docs/documentation_standards.md @@ -8,6 +8,7 @@ To ensure that the documentation for Home Assistant is consistent and easy to fo * The language of the documentation should be American-English. * Don't put two spaces after a period and avoid the "Oxford comma". +* There is no limit for the line length. You are allowed to write in a flowing text style. This will make it easier to use the GitHub online editor in the future. * Be objective and not gender favoring, polarizing, race related or religion inconsiderate. * The case of brand names, services, protocols, components, and platforms must match its respective counterpart. e.g., "Z-Wave" **not** "Zwave", "Z-wave", "Z Wave" or "ZWave". Also, "Input Select" **not** "input select" or "Input select". * All headings should use the `{% linkable_title %}` tag.