ec check
This commit is contained in:
parent
834aef432e
commit
4a21130567
@ -74,3 +74,14 @@ indent_size = 4
|
|||||||
[~/SublimeText/*.sublime-*]
|
[~/SublimeText/*.sublime-*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[~/Gambas/*]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[~/Solar2D/**]
|
||||||
|
indent_style = unset
|
||||||
|
indent_size = unset
|
||||||
|
end_of_line = unset
|
||||||
|
charset = unset
|
||||||
|
trim_trailing_whitespace = unset
|
||||||
|
insert_final_newline = unset
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Fenom
|
# Fenom
|
||||||
|
|
||||||
## IF . ELSEIF . ELSE
|
## IF . ELSEIF . ELSE
|
||||||
|
|
||||||
```
|
```
|
||||||
{if <expression>}
|
{if <expression>}
|
||||||
{* ...code... *}
|
{* ...code... *}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user