; This file is part of the Stack Exchange Api Client library.
;
; Copyright (c) 2015 Beñat Espiña <benatespina@gmail.com>
;
; For the full copyright and license information, please view the LICENSE
; file that was distributed with this source code.

root = true

[*]
end_of_line = LF

[{*.php, *.yml}]
indent_style = space
indent_size = 4

[composer.json]
indent_style = space
indent_size = 4
