From 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 6 Apr 2018 10:54:58 -0700 Subject: Move documentation to https://docs.kanboard.org/ --- doc/en_US/coding-standards.markdown | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 doc/en_US/coding-standards.markdown (limited to 'doc/en_US/coding-standards.markdown') diff --git a/doc/en_US/coding-standards.markdown b/doc/en_US/coding-standards.markdown deleted file mode 100644 index 0ee3ecd6..00000000 --- a/doc/en_US/coding-standards.markdown +++ /dev/null @@ -1,24 +0,0 @@ -Coding standards -================ - -PHP code --------- - -- Indentation: 4 spaces -- Line return: Unix => `\n` -- Encoding: UTF-8 -- Use only the opening tags ` `\n` - -CSS code --------- - -- Indentation: 4 spaces -- Line return: Unix => `\n` -- cgit v1.2.3