This commit is contained in:
Alexander Popov 2023-06-03 23:49:12 +03:00
parent 834aef432e
commit 4a21130567
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
8 changed files with 93 additions and 80 deletions

View File

@ -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

View File

@ -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>
``` ```

View File

@ -1,5 +1,7 @@
# Fenom # Fenom
## IF . ELSEIF . ELSE ## IF . ELSEIF . ELSE
``` ```
{if <expression>} {if <expression>}
{* ...code... *} {* ...code... *}