Clarifying the ident width in the code style guide (#3190)

This commit is contained in:
Shams Asari 2018-05-18 17:28:40 +01:00 committed by GitHub
parent fa090eb865
commit eecb210a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ be structured one parameter per line.
Code is vertically dense, blank lines in methods are used sparingly. This is so more code can fit on screen at once.
We use spaces and not tabs.
We use spaces and not tabs, with indents being 4 spaces wide.
1.2 Naming
----------