From 024d45c8c16eae3b4da91c280815a51cf902f6e6 Mon Sep 17 00:00:00 2001 From: Sencar TOSUN Date: Thu, 29 Dec 2016 10:05:50 +0300 Subject: Create coding-standards.markdown --- doc/tr_TR/coding-standards.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/tr_TR/coding-standards.markdown (limited to 'doc/tr_TR') 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 ` `\n` + +CSS kodu +-------- + +- Girinti: 4 spaces +- Satır sonu: Unix => `\n` -- cgit v1.2.3