Software /
code /
prosody
Comparison
doc/coding_style.txt @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 01:51:25 +0100 |
parent | 13:716632cca05d |
comparison
equal
deleted
inserted
replaced
8727:285075a27f28 | 8728:41c959c5c84b |
---|---|
5 | 5 |
6 1 tab indentation for all blocks | 6 1 tab indentation for all blocks |
7 | 7 |
8 == Spacing == | 8 == Spacing == |
9 | 9 |
10 No space between function names and parenthesis and parenthesis and paramters: | 10 No space between function names and parenthesis and parenthesis and parameters: |
11 | 11 |
12 function foo(bar, baz) | 12 function foo(bar, baz) |
13 | 13 |
14 Single space between braces and key/value pairs in table constructors: | 14 Single space between braces and key/value pairs in table constructors: |
15 | 15 |