From 7592cd82592466ad00e913a39df67210c7502f26 Mon Sep 17 00:00:00 2001 From: guillermooo Date: Sat, 4 Apr 2015 19:01:16 +0200 Subject: [PATCH] WIP: edit style guide --- CONTRIBUTING.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 577d927..1a9dca6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ but visual indentation is preferred. In this case it's discouraged - to begin a field's body + to begin a field's body on the same line as the marker. ``` @@ -154,6 +154,21 @@ All key names are written in TitleCase and all key bindings MUST refer to the default for Windows. +As an exception, in tables you MUST +write the shortcut as regular text: + +``` +Ctrl + T +``` + +Special names for keys: + +##### Arrows + +Use the following Unicode characters: + +- XXX Draw a table here + #### Sublime Text-specific - Commands in the command palette