summaryrefslogtreecommitdiff
path: root/doc/tr_TR/coding-standards.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-29 10:49:29 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-29 10:49:29 -0500
commit5c77612ffc8d681a9351dab180fd46463da2c5ad (patch)
treead726b04d241bc95d33069bce193d804df322951 /doc/tr_TR/coding-standards.markdown
parent5365895d8b1cd4cfdedcff05e4e27e0d9f78d232 (diff)
parentf6bcaed49d8037d4a469f796eb10bf61e7cdfe71 (diff)
Solve conflicts for Turkish translation
Diffstat (limited to 'doc/tr_TR/coding-standards.markdown')
-rw-r--r--doc/tr_TR/coding-standards.markdown24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/tr_TR/coding-standards.markdown b/doc/tr_TR/coding-standards.markdown
new file mode 100644
index 00000000..f7d192a6
--- /dev/null
+++ b/doc/tr_TR/coding-standards.markdown
@@ -0,0 +1,24 @@
+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`