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
|
||||||
|
@ -107,11 +107,11 @@
|
|||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Заголовок страницы</title>
|
<title>Заголовок страницы</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<!— Шапка сайта —>
|
<!— Шапка сайта —>
|
||||||
</header>
|
</header>
|
||||||
@ -123,6 +123,6 @@
|
|||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<!— Подвал сайта —>
|
<!— Подвал сайта —>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
@ -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