Blame | Last modification | View Log | RSS feed
# EditorConfig is awesome: http://EditorConfig.org# top-most EditorConfig fileroot = truecharset = utf-8# Get rid of whitespace to avoid diffs with a bunch of EOL changestrim_trailing_whitespace = true# Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = true# PHP-Files[*.php]indent_style = spaceindent_size = 4