# This file is for unifying the support PHP PSR-1 PSR-2 standard coding style for different editors and IDEs # top-most EditorConfig file root = true # Matches multiple files with brace expansion notation [*] # Unix-style newlines with a newline ending every file end_of_line = lf # Set default charset charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [**.php] indent_style = space indent_size = 4 [**.html] indent_style = tab indent_size = 2