mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
added tabwidth info
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
Coding Guidelines
|
||||
=================
|
||||
Coding Style Guidelines
|
||||
=======================
|
||||
General
|
||||
-------
|
||||
|
||||
* Maximum line-length of 80 characters
|
||||
* Use tabs to indent
|
||||
* A tab is 4 spaces wide
|
||||
* Opening braces of blocks are on the same line as the definition
|
||||
* Quotes: ' for everything, " for HTML attributes (<p class="my_class">)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user