text2pdf

Git mirror of http://www.eprg.org/pdfcorner/text2pdf/
git clone git://git.finwo.net/app/text2pdf
Log | Files | Refs | README

commit 8deaeadcec916b5add53e978adc8cdd44970b4b5
parent 6ed627e548d2acc89b7abb886600518e9ae0eb28
Author: finwo <finwo@pm.me>
Date:   Wed, 29 Apr 2020 10:09:07 +0200

Added my generic editorconfig

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

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[*.{php,html}] +indent_size = 4 + +[Makefile*] +indent_style = tab