Small change use tabs instead of spaces
parent
d45fae9962
commit
630ceec2b1
|
@ -1,10 +1,10 @@
|
||||||
These are the code style guidelines that should be followed when contributing to fluxion.
|
These are the code style guidelines that should be followed when contributing to fluxion.
|
||||||
|
|
||||||
## Indentation
|
## Indentation
|
||||||
_Indent = two spaces_
|
_Indent = two tabs
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Not hard tabs. Not four spaces. Not however many spaces you feel like. **4 spaces.**
|
Not hard tabs. Not four spaces. Not however many spaces you feel like. **2 tabs.**
|
||||||
|
|
||||||
## Line Length
|
## Line Length
|
||||||
Be reasonable. Keeping within 80 characters is recommended, 120 is the **maximum**.
|
Be reasonable. Keeping within 80 characters is recommended, 120 is the **maximum**.
|
||||||
|
|
Loading…
Reference in New Issue