annotate vendor/guzzlehttp/psr7/.editorconfig @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 root = true
Chris@17 2
Chris@17 3 [*]
Chris@17 4 charset = utf-8
Chris@17 5 end_of_line = lf
Chris@17 6 indent_size = 4
Chris@17 7 indent_style = space
Chris@17 8 insert_final_newline = true
Chris@17 9 trim_trailing_whitespace = true