Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / .editorconfig
1 # This file is for unifying the coding style for different editors and IDEs
2 # editorconfig.org
3
4 # PHP PSR-2 Coding Standards
5 # http://www.php-fig.org/psr/psr-2/
6
7 [*.php]
8 charset = utf-8
9 end_of_line = lf
10 insert_final_newline = true
11 trim_trailing_whitespace = true
12 indent_style = space
13 indent_size = 4