diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
commit | 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch) | |
tree | 5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/tr_TR/coding-standards.markdown | |
parent | ac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff) |
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/tr_TR/coding-standards.markdown')
-rw-r--r-- | doc/tr_TR/coding-standards.markdown | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/tr_TR/coding-standards.markdown b/doc/tr_TR/coding-standards.markdown deleted file mode 100644 index f7d192a6..00000000 --- a/doc/tr_TR/coding-standards.markdown +++ /dev/null @@ -1,24 +0,0 @@ -Kodlama standartları -================ - -PHP kodu --------- - -- Girinti: 4 spaces -- Satır sonu: Unix => `\n` -- Kodlama: UTF-8 -- Şablonlar için sadece `<?php` veya `<?=` açık tag kullanın, ancak **asla** `<?` kullanmayın -- Yöntemler ve sınıf özellikleri için daima PHPdoc yorumlarını yaz -- Kodlama stili: [PSR-1](http://www.php-fig.org/psr/psr-1/) ve [PSR-2](http://www.php-fig.org/psr/psr-2/) - -JavaScript kodu ---------------- - -- Girinti: 4 spaces -- Satır sonu: Unix => `\n` - -CSS kodu --------- - -- Girinti: 4 spaces -- Satır sonu: Unix => `\n` |