diff --git a/docs/style.md b/docs/style.md index 5333155d..bb1526fa 100644 --- a/docs/style.md +++ b/docs/style.md @@ -60,3 +60,9 @@ * Indent `case` inside `switch ` with 2 spaces. * Use single quotes. * Semicolons are required after every statement. + +## KV + +* Style should be defined in `.kv` as much as possible, only Python when unavailable. +* Should follow [our Python style](#python-code) where appropriate (quotation marks, indentation). +* When escaping a line break, add a space between code and backslash.