openrat-webdav

git clone http://git.code.weiherhei.de/openrat-webdav.git
Log | Files | Refs

commit bbbc3db4ebbd51419320f8d59f3fbf9a6720340e
parent fefb3c8d7d11e9ea32678c4ba29b492c3c564e00
Author: Jan Dankert <develop@jandankert.de>
Date:   Wed, 30 Oct 2019 00:37:27 +0100

This file is for unifying the coding style for different editors and IDEs.

Diffstat:
.editorconfig | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,15 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at http://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = false +charset = utf-8 +tab_width = 4 + +[*.php] +indent_style = tab +indent_size = 1 +